# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
668320 |
2022-12-03T15:57:09 Z |
vjudge1 |
Robots (APIO13_robots) |
C++17 |
|
1500 ms |
212 KB |
#include<bits/stdc++.h>
using namespace std;
int main() {
int m,n;
cin >> m >> n;
cout << m+n;
while(1);
return 0;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Execution timed out |
1595 ms |
212 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Execution timed out |
1595 ms |
212 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Execution timed out |
1595 ms |
212 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Execution timed out |
1595 ms |
212 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |