실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:18:40: error: expected ‘;’ before ‘)’ token 18 | std::cout << (b[p] / biggist) * 100); << " "; | ^ | ; Main.cpp:17:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 17 | for(int p= 0; p < a; p++) | ^~~ Main.cpp:18:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 18 | std::cout << (b[p] / biggist) * 100); << " "; | ^~ Main.cpp:18:43: error: expected primary-expression before ‘<<’ token Main.cpp:4:9: warning: unused variable ‘Sum’ [-Wunused-variable] 4 | float Sum = 0.0; | ^~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.