실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘hanoi’: Main.c:7:5: error: expected expression before ‘}’ token 7 | } | ^ Main.c:7:5: warning: ‘return’ with a value, in function returning void [-Wreturn-type] Main.c:3:6: note: declared here 3 | void hanoi(int n, int from, int to, int aux) { | ^~~~~ Main.c: In function ‘main’: Main.c:15:5: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 15 | scanf("%d", &n); | ^~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.