# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
494266 |
2021-12-14T22:51:59 Z |
emortly |
Peru (RMI20_peru) |
C++14 |
|
600 ms |
212 KB |
#include <bits/stdc++.h>
#include"peru.h"
using namespace std;
int solve(int n, int k, int*s)
{
cin >> n;
if(n<=2000) {
while(1) {
k++;
}
}
else cout<<0;
return 0;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Execution timed out |
1095 ms |
212 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Execution timed out |
1095 ms |
212 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Execution timed out |
1095 ms |
212 KB |
Time limit exceeded |
2 |
Halted |
0 ms |
0 KB |
- |