Submission #696485

#TimeUsernameProblemLanguageResultExecution timeMemory
696485hkoiscanf 함수 1 (BSC_0_3)C++17
100 / 100
1 ms308 KiB
#include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; cout << n << '\n'; return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...