실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘hanoi’: Main.c:8:25: error: expected ‘)’ before ‘to’ 8 | printf("%d %d", from to); | ~ ^~~ | ) Main.c:8:17: warning: format ‘%d’ expects a matching ‘int’ argument [-Wformat=] 8 | printf("%d %d", from to); | ~^ | | | int Main.c: In function ‘main’: Main.c:14:5: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 14 | scanf("%d", &n); | ^~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.