# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
70456 | 2018-08-23T00:59:58 Z | cepiloth | scanf 함수 1 (BSC_0_3) | C++14 | 3 ms | 752 KB |
#include <iostream> using namespace std; int main() { int d; cin >> d; cout << d << endl; return 0; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 3 ms | 376 KB | Output is correct |
2 | Correct | 3 ms | 520 KB | Output is correct |
3 | Correct | 3 ms | 572 KB | Output is correct |
4 | Correct | 3 ms | 712 KB | Output is correct |
5 | Correct | 3 ms | 752 KB | Output is correct |