Submission #696488

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