제출 #1282013

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