실행 실패 (제출 코드 컴파일 에러)
Main.c:40:7: error: variably modified ‘house’ at file scope 40 | Point house[2 * MAX_N]; | ^~~~~ Main.c:41:7: error: variably modified ‘chicken_candidate’ at file scope 41 | Point chicken_candidate[MAX_M]; | ^~~~~~~~~~~~~~~~~ Main.c:51:5: error: variably modified ‘chicken_idx’ at file scope 51 | int chicken_idx[MAX_M]; | ^~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.