제출 #1282011

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