# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
197676 |
2020-01-22T09:24:04 Z |
joylintp |
scanf 함수 1 (BSC_0_3) |
C++17 |
|
3 ms |
504 KB |
#include<bits/stdc++.h>
using namespace std;
signed main()
{
ios_base::sync_with_stdio(false);
cin.tie(0);
int n;
cin >> n, cout << n << '\n';
return 0;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
3 ms |
464 KB |
Output is correct |
2 |
Correct |
2 ms |
376 KB |
Output is correct |
3 |
Correct |
2 ms |
376 KB |
Output is correct |
4 |
Correct |
3 ms |
504 KB |
Output is correct |
5 |
Correct |
2 ms |
376 KB |
Output is correct |