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