실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:24:54: error: expected ‘;’ before ‘{’ token 24 | if((M== (arr[i] + arr[j] + arr[h])) { | ^~ | ; Main.cpp:29:53: error: expected ‘)’ before ‘;’ token 29 | num = (arr[i] + arr[j] + arr[h]); | ^ | ) Main.cpp:24:21: note: to match this ‘(’ 24 | if((M== (arr[i] + arr[j] + arr[h])) { | ^ Main.cpp:29:25: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 29 | num = (arr[i] + arr[j] + arr[h]); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.