# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
19951 |
2016-02-25T07:45:37 Z |
201023777 |
악수 (kriii4_D) |
C++ |
|
0 ms |
1716 KB |
#include <bits/stdc++.h>
using namespace std;
int main()
{
int n; cin >> n;
cout << n-1;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
0 ms |
1716 KB |
Output is correct |
2 |
Correct |
0 ms |
1716 KB |
Output is correct |
3 |
Correct |
0 ms |
1716 KB |
Output is correct |
4 |
Incorrect |
0 ms |
1716 KB |
Output isn't correct |
5 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Halted |
0 ms |
0 KB |
- |