제출 #527750

#제출 시각아이디문제언어결과실행 시간메모리
527750pokmui9909scanf 함수 3 (BSC_0_5)C++17
100 / 100
1 ms320 KiB
#include <bits/stdc++.h>
using namespace std;
using ll = long long;

int main(){
    cin.tie(0) -> sync_with_stdio(false);

    ll N; cin >> N;
    cout << N + 1;
}
#Verdict Execution timeMemoryGrader output
Fetching results...