실행 실패 (제출 코드 컴파일 에러)
Main.cpp:9:8: error: ‘count’ does not name a type 9 | static count = 0; | ^~~~~ Main.cpp: In function ‘void merge_sort(int, int)’: Main.cpp:58:18: error: ‘temp’ was not declared in this scope; did you mean ‘tmp’? 58 | A[k++] = temp[index1++]; | ^~~~ | tmp Main.cpp:63:18: error: ‘temp’ was not declared in this scope; did you mean ‘tmp’? 63 | A[k++] = temp[index2++]; | ^~~~ | tmp Main.cpp:66:10: error: no post-increment operator for type 66 | count++; | ^~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.