실행 실패 (제출 코드 컴파일 에러)
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:17:51: error: incompatible types in assignment of ‘char’ to ‘char [8]’ 17 | num_arr[idx][2]='6';num_arr[1]='6';num_arr[0]='6'; | ~~~~~~~~~~^~~~ Main.cpp:17:66: error: incompatible types in assignment of ‘char’ to ‘char [8]’ 17 | num_arr[idx][2]='6';num_arr[1]='6';num_arr[0]='6'; | ~~~~~~~~~~^~~~ Main.cpp:20:51: error: incompatible types in assignment of ‘char’ to ‘char [8]’ 20 | num_arr[idx][3]='6';num_arr[2]='6';num_arr[1]='6'; | ~~~~~~~~~~^~~~ Main.cpp:20:66: error: incompatible types in assignment of ‘char’ to ‘char [8]’ 20 | num_arr[idx][3]='6';num_arr[2]='6';num_arr[1]='6'; | ~~~~~~~~~~^~~~ Main.cpp:23:51: error: incompatible types in assignment of ‘char’ to ‘char [8]’ 23 | num_arr[idx][4]='6';num_arr[3]='6';num_arr[2]='6'; | ~~~~~~~~~~^~~~ Main.cpp:23:66: error: incompatible types in assignment of ‘char’ to ‘char [8]’ 23 | num_arr[idx][4]='6';num_arr[3]='6';num_arr[2]='6'; | ~~~~~~~~~~^~~~ Main.cpp:26:51: error: incompatible types in assignment of ‘char’ to ‘char [8]’ 26 | num_arr[idx][5]='6';num_arr[4]='6';num_arr[3]='6'; | ~~~~~~~~~~^~~~ Main.cpp:26:66: error: incompatible types in assignment of ‘char’ to ‘char [8]’ 26 | num_arr[idx][5]='6';num_arr[4]='6';num_arr[3]='6'; | ~~~~~~~~~~^~~~ 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]); | ^~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.