fork(5) download
  1. #include<iostream>
  2.  
  3. int main( )
  4. {
  5. while (unsigned int a = 1)
  6. {
  7. while (unsigned int b = 1)
  8. {
  9. while (std::cin >> a >> b) if (std::cout << a + b << std::endl) {}
  10. }
  11. }
  12. }
Time limit exceeded #stdin #stdout 5s 4236KB
stdin
Standard input is empty
stdout
Standard output is empty