Submission #70456

#TimeUsernameProblemLanguageResultExecution timeMemory
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...