# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
21088 | 2017-04-04T14:40:45 Z | yunhoo90 | scanf 함수 1 (BSC_0_3) | C++11 | 0 ms | 2020 KB |
#include <iostream> #include <string> #include <algorithm> #include <vector> #include <stack> #include <list> #include <memory.h> #pragma warning(disable:4996) using namespace std; int main() { int n; cin >> n; cout << n << endl; return 0; }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 2020 KB | Output is correct |
2 | Correct | 0 ms | 2020 KB | Output is correct |
3 | Correct | 0 ms | 2020 KB | Output is correct |
4 | Correct | 0 ms | 2020 KB | Output is correct |
5 | Correct | 0 ms | 2020 KB | Output is correct |