fork download
  1. int main()
  2. {
  3. int y;
  4. #define x x=y
  5.  
  6. for (int x=0; x<3; ++x);
  7.  
  8. return 0;
  9. }
Time limit exceeded #stdin #stdout 5s 3464KB
stdin
Standard input is empty
stdout
Standard output is empty