제출 #70456

#제출 시각아이디문제언어결과실행 시간메모리
70456cepilothscanf 함수 1 (BSC_0_3)C++14
100 / 100
3 ms752 KiB
#include <iostream> using namespace std; int main() { int d; cin >> d; cout << d << endl; return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...