제출 #1314885

#제출 시각아이디문제언어결과실행 시간메모리
1314885chengjiezhuoscanf 함수 3 (BSC_0_5)C++20
100 / 100
0 ms332 KiB
#include <cstdio>
int n;
int main(){
    scanf("%d", &n);
    printf("%d\n", n + 1);
}

컴파일 시 표준 에러 (stderr) 메시지

scanf3.cpp: In function 'int main()':
scanf3.cpp:4:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
    4 |     scanf("%d", &n);
      |     ~~~~~^~~~~~~~~~
#Verdict Execution timeMemoryGrader output
Fetching results...