실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int f(int)’: Main.cpp:51:55: error: expected ‘;’ before numeric constant 51 | d1 = result[i - 2] + vec[i]; 0 1 2 3 4 5 6 | ^~ | ; Main.cpp:51:54: warning: statement has no effect [-Wunused-value] 51 | d1 = result[i - 2] + vec[i]; 0 1 2 3 4 5 6 | ^ Main.cpp:17:21: warning: unused variable ‘d3’ [-Wunused-variable] 17 | int d1, d2, d3; | ^~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.