fork download
  1. #include <stdio.h>
  2.  
  3. int x;
  4. x = 3;
  5.  
  6. void main(void) {
  7. while(1){
  8.  
  9. }//end of while
  10. }//end of main
  11.  
Time limit exceeded #stdin #stdout 5s 4352KB
stdin
Standard input is empty
stdout
Standard output is empty