제출 #511127

#제출 시각아이디문제언어결과실행 시간메모리
511127Salamascanf 함수 3 (BSC_0_5)C++14
100 / 100
1 ms292 KiB
#include <bits/stdc++.h> using namespace std; int main() { int o; cin>>o; cout << o+1; }
#Verdict Execution timeMemoryGrader output
Fetching results...