실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:11:9: error: expected identifier before ‘int’ 11 | int N=0; | ^~~ Main.cpp:11:16: error: expected ‘]’ before ‘;’ token 11 | int N=0; | ^ | ] Main.cpp: In lambda function: Main.cpp:11:16: error: expected ‘{’ before ‘;’ token Main.cpp: In function ‘int main()’: Main.cpp:12:14: error: ‘N’ was not declared in this scope 12 | cin>>N; | ^ Main.cpp:14:19: error: break statement not within loop or switch 14 | if(N==-1){break;} | ^~~~~ Main.cpp:43:22: error: ‘isSqure’ was not declared in this scope; did you mean ‘isSquare’? 43 | int sum{root*isSqure}; | ^~~~~~~ | isSquare Main.cpp:62:5: error: expected primary-expression before ‘]’ token 62 | ] | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.