# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
136218 |
2019-07-25T03:15:08 Z |
khulegub |
Toll (APIO13_toll) |
C++14 |
|
2 ms |
504 KB |
#include<bits/stdc++.h>
using namespace std;
int b[1000];
int main(){
for (int i = 0; i < 10; i++){
b[i] = b[i - 1] + 1;
}
for (int i = 0; i < 10; i++){
cout << b[i] << ' ';
}
return 0;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
2 ms |
504 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
2 ms |
504 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
2 ms |
504 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
2 ms |
504 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
2 ms |
504 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |