fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. int i=6,j=1,k;
  6. while(-1);
  7. printf("%d",i);
  8.  
  9. return 0;
  10. }
  11.  
Time limit exceeded #stdin #stdout 5s 9296KB
stdin
Standard input is empty
stdout
Standard output is empty