실행 실패 (제출 코드 컴파일 에러)
Main.cpp:38:5: error: redefinition of ‘int main()’ 38 | int main(void) { | ^~~~ Main.cpp:11:5: note: ‘int main()’ previously defined here 11 | int main() { | ^~~~ Main.cpp: In function ‘int main()’: Main.cpp:42:5: error: ‘f_paper’ was not declared in this scope 42 | f_paper(); | ^~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.