fork download
  1. #include <stdio.h>
  2. #include <string.h>
  3.  
  4. int Count=0;
  5. int Begin[1111];
  6. int End[1111];
  7.  
  8. int main(void) {
  9.  
  10. if (2) {
  11. printf("%d\n",1);
  12. }
  13. return 0;
  14. }
  15.  
Success #stdin #stdout 0s 9432KB
stdin
Standard input is empty
stdout
1