제출 #1282015

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