실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:12:28: error: expected ‘;’ before numeric constant 12 | if((int)b[i] == o){65 66 67 // 68 69 70 // 71 (13 * 5 + 3의배수) | ^~~ | ; Main.cpp:12:26: warning: statement has no effect [-Wunused-value] 12 | if((int)b[i] == o){65 66 67 // 68 69 70 // 71 (13 * 5 + 3의배수) | ^~ Main.cpp:5:7: warning: unused variable ‘a’ [-Wunused-variable] 5 | int a[14]; | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.