실행 실패 (제출 코드 컴파일 에러)
Main.cpp:18:20: error: unterminated comment 18 | int num = k/*(p+use); | ^ Main.cpp: In function ‘int main()’: Main.cpp:18:20: error: expected ‘,’ or ‘;’ at end of input Main.cpp:18:20: error: expected ‘}’ at end of input Main.cpp:17:16: note: to match this ‘{’ 17 | while(k!=0){ | ^ Main.cpp:18:13: warning: unused variable ‘num’ [-Wunused-variable] 18 | int num = k/*(p+use); | ^~~ Main.cpp:18:20: error: expected ‘}’ at end of input 18 | int num = k/*(p+use); | ^ Main.cpp:6:11: note: to match this ‘{’ 6 | int main(){ | ^ Main.cpp:7:9: warning: unused variable ‘result’ [-Wunused-variable] 7 | int result,n,k,use=0; | ^~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.