# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
668314 |
2022-12-03T15:29:14 Z |
vjudge1 |
None (JOI16_matryoshka) |
C++14 |
|
2000 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 |
2090 ms |
212 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Execution timed out |
2090 ms |
212 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Execution timed out |
2090 ms |
212 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Execution timed out |
2090 ms |
212 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |