| # | Time | Username | Problem | Language | Result | Execution time | Memory | 
|---|---|---|---|---|---|---|---|
| 1282013 | oji | scanf 함수 3 (BSC_0_5) | C++20 | 2 ms | 584 KiB | 
#include<bits/stdc++.h>
using namespace std;
int main(){
    int a;
    cin >> a;
    if(a<100){
    cout << a +1 << endl;
    }
}
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
