실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘del’: Main.c:15:5: warning: statement with no effect [-Wunused-value] 15 | for(i;i<M;i++){ | ^~~ Main.c: In function ‘move’: Main.c:39:21: error: ‘i’ undeclared (first use in this function) 39 | if(curr == data[i].c && min_r > data[i].r){ | ^ Main.c:39:21: note: each undeclared identifier is reported only once for each function it appears in Main.c: In function ‘main’: Main.c:50:5: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 50 | scanf("%d %d %d", &R, &C, &M); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Main.c:53:9: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 53 | scanf("%d %d %d %d %d", &data[i].r, &data[i].c, &data[i].s, &data[i].d, &data[i].z); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.