실행 실패 (제출 코드 컴파일 에러)
Main.cpp:47:9: error: expected unqualified-id before ‘for’ 47 | for (int i = 2; i <= cpu; i++) { | ^~~ Main.cpp:47:25: error: ‘i’ does not name a type 47 | for (int i = 2; i <= cpu; i++) { | ^ Main.cpp:47:35: error: ‘i’ does not name a type 47 | for (int i = 2; i <= cpu; i++) { | ^ Main.cpp:53:9: error: ‘cout’ does not name a type 53 | cout << count; | ^~~~ Main.cpp:54:1: error: expected declaration before ‘}’ token 54 | } | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.