실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘main’: Main.c:27:31: error: expected ‘)’ before ‘or’ 27 | if (carry + total == 3 or carry + total == 1) { | ~ ^~~ | ) Main.c:32:38: error: expected ‘)’ before ‘or’ 32 | } else if (carry + total == 2 or carry + total == 0) { | ~ ^~~ | ) Main.c:5:39: warning: unused variable ‘idx’ [-Wunused-variable] 5 | int lena, lenb, carry = 0, total, idx; | ^~~ Main.c:11:5: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 11 | scanf("%s %s", a, b); | ^~~~~~~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.