실행 실패 (제출 코드 컴파일 에러)
Main.cpp:3:9: error: #include expects "FILENAME" or <FILENAME> 3 | #include | ^ Main.cpp:5:9: error: #include expects "FILENAME" or <FILENAME> 5 | #include | ^ Main.cpp: In function ‘int main()’: Main.cpp:19:1: error: ‘scanf’ was not declared in this scope 19 | scanf("%d", &N); | ^~~~~ Main.cpp:49:1: error: ‘printf’ was not declared in this scope 49 | printf("%d", cnt); | ^~~~~~ Main.cpp:1:1: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’? +++ |+#include <cstdio> 1 | #define _CRT_SECURE_NO_WARNINGS
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.