실행 실패 (제출 코드 컴파일 에러)
Main.cpp:66:31: error: stray ‘\’ in program 66 | for(int i;i<40000/j>=1\;i+=j){ | ^ Main.cpp: In function ‘int main()’: Main.cpp:34:43: error: a function-definition is not allowed here before ‘{’ token 34 | void arr_bigger(char* n[8],char* k[8]){ | ^ Main.cpp:66:20: warning: comparisons like ‘X<=Y<=Z’ do not have their mathematical meaning [-Wparentheses] 66 | for(int i;i<40000/j>=1\;i+=j){ | ~^~~~~~~~ Main.cpp:69:20: error: ‘arr_bigger’ was not declared in this scope 69 | arr_bigger(num_arr[i+k],num_arr[i+k]); | ^~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.