Submission #713587

#TimeUsernameProblemLanguageResultExecution timeMemory
713587becaidoscanf 함수 3 (BSC_0_5)C++17
100 / 100
1 ms340 KiB
#include <iostream>

int main() {
    int n;
    std::cin >> n;
    std::cout << n + 1 << std::endl;
}
#Verdict Execution timeMemoryGrader output
Fetching results...