실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘main’: Main.c:33:25: note: ‘-Wmisleading-indentation’ is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers 33 | else if (X % 2 == 0) { | ^~~~ Main.c:33:25: note: adding ‘-flarge-source-files’ will allow for more column-tracking support, at the expense of compilation time and memory Main.c:40:25: error: expected declaration or statement at end of input 40 | } | ^ Main.c:40:25: error: expected declaration or statement at end of input Main.c:40:25: error: expected declaration or statement at end of input Main.c:9:14: warning: unused variable ‘dp’ [-Wunused-variable] 9 | int* dp = (int*)malloc(sizeof(int) * X); | ^~ Main.c:6:16: warning: unused variable ‘min’ [-Wunused-variable] 6 | int X, min = 2147483647, cnt = 0; | ^~~ Main.c:7:9: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 7 | scanf("%d", &X); | ^~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.