fork download
  1. {
  2. getline tmp
  3. while(1)
  4. { if(tmp!=42)
  5. {print
  6. getline tmp}
  7. else
  8. close(tmp)
  9. }
  10. }
Time limit exceeded #stdin #stdout 5s 4276KB
stdin
10 
12
88
55
42
stdout
Standard output is empty