실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:6:21: error: ‘j’ was not declared in this scope 6 | for(j=1;j<=9;j++){ | ^ Main.cpp:10:33: error: ‘x’ was not declared in this scope 10 | x=i; | ^ Main.cpp:11:33: error: ‘y’ was not declared in this scope 11 | y=j; | ^ Main.cpp:15:30: error: ‘x’ was not declared in this scope 15 | cout << z << '\n' << x << ' ' << y; | ^ Main.cpp:15:42: error: ‘y’ was not declared in this scope 15 | cout << z << '\n' << x << ' ' << y; | ^ Main.cpp:4:16: warning: unused variable ‘t’ [-Wunused-variable] 4 | int i, t, z=0, ka[10][10]; | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.