실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:15:15: error: ‘i’ was not declared in this scope 15 | if( (k - (i * 5)) % 3 == 0 ){ | ^ Main.cpp: At global scope: Main.cpp:24:3: error: ‘cout’ does not name a type 24 | cout << max << '\n'; | ^~~~ Main.cpp:26:3: error: expected unqualified-id before ‘return’ 26 | return 0; | ^~~~~~ Main.cpp:27:1: error: expected declaration before ‘}’ token 27 | } | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.