실행 실패 (제출 코드 컴파일 에러)
Main.c:5: warning: ignoring ‘#pragma warning ’ [-Wunknown-pragmas] 5 | #pragma warning (disable:4996) | Main.c: In function ‘main’: Main.c:143:13: error: redefinition of ‘time’ 143 | int time = (plus * 2) + minus; | ^~~~ Main.c:58:13: note: previous definition of ‘time’ with type ‘int’ 58 | int time = (plus * 2) + minus; | ^~~~ Main.c:10:9: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 10 | scanf("%d %d %d", &n, &m, &b); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Main.c:15:17: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 15 | scanf("%d", &shit); | ^~~~~~~~~~~~~~~~~~ Main.c:27:25: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 27 | scanf("%d", &heigth[i][j]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.