bool jump(int x);
void escape(int n){
bool indicator = true;
while(true){
if(indicator == false && ((indicator = jump(1)) == true)) break;
}
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Execution timed out |
3035 ms |
200 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Execution timed out |
3041 ms |
200 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Execution timed out |
3035 ms |
200 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |