실행 실패 (제출 코드 컴파일 에러)
Main.cpp:15:5: error: expected unqualified-id before ‘if’ 15 | if(a%3==0){cout<<x/3;} | ^~ Main.cpp:16:5: error: expected unqualified-id before ‘else’ 16 | else{cout<<-1;} | ^~~~ Main.cpp:17:5: error: expected unqualified-id before ‘return’ 17 | return 0; | ^~~~~~ Main.cpp:18:1: error: expected declaration before ‘}’ token 18 | } | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.