제출 #47005
제출 정보
실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘main’: Main.c:23:27: error: expected ‘)’ before ‘and’ 23 | else if (w == 10 and ro == 9) {printf("%d%d\n", om, ro+1);} | ~ ^~~~ | ) Main.c:7:5: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 7 | scanf("%d", &t); | ^~~~~~~~~~~~~~~ Main.c:12:9: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 12 | scanf("%d %d %d", &h, &w, &man); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
제출 결과
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
제출 코드
찾은 반례
반례를 발견하지 못했습니다.