fork download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. typedef bool size_t;
  8.  
  9. for (size_t x=0; x<8; ++x);
  10.  
  11. return 0;
  12. }
Time limit exceeded #stdin #stdout 5s 3464KB
stdin
Standard input is empty
stdout
Standard output is empty