Submission #197678

#TimeUsernameProblemLanguageResultExecution timeMemory
197678joylintpscanf 함수 3 (BSC_0_5)C++17
100 / 100
2 ms508 KiB
#include<bits/stdc++.h> using namespace std; signed main() { ios_base::sync_with_stdio(false); cin.tie(0); int n; cin >> n, cout << ++n << '\n'; return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...