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