실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘prime’: Main.c:20:5: warning: ‘main’ is normally a non-static function [-Wmain] 20 | int main() | ^~~~ Main.c:38:1: error: expected declaration or statement at end of input 38 | } | ^ Main.c:39: warning: control reaches end of non-void function [-Wreturn-type] At top level: Main.c:20:5: warning: ‘main’ defined but not used [-Wunused-function] 20 | int main() | ^~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.