실행 실패 (제출 코드 컴파일 에러)
Main.c:11:15: error: initializer element is not constant 11 | int finishx = n; | ^ Main.c:12:15: error: initializer element is not constant 12 | int finishy = n; | ^ Main.c: In function ‘rupee’: Main.c:53:21: warning: unused variable ‘index’ [-Wunused-variable] 53 | int index = 2; | ^~~~~ Main.c:48:16: warning: unused variable ‘y’ [-Wunused-variable] 48 | int x, y; | ^ Main.c:48:13: warning: unused variable ‘x’ [-Wunused-variable] 48 | int x, y; | ^ Main.c:49:9: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 49 | scanf("%d", &n); | ^~~~~~~~~~~~~~~ Main.c:59:33: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 59 | scanf("%d", &temp); | ^~~~~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.