제출 #713587

#제출 시각아이디문제언어결과실행 시간메모리
713587becaidoscanf 함수 3 (BSC_0_5)C++17
100 / 100
1 ms340 KiB
#include <iostream> int main() { int n; std::cin >> n; std::cout << n + 1 << std::endl; }
#Verdict Execution timeMemoryGrader output
Fetching results...