실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:24:13: error: redeclaration of ‘int n’ 24 | int n =- 8, m =- 8; | ^ Main.cpp:16:13: note: ‘int n’ previously declared here 16 | int n, m; | ^ Main.cpp:24:21: error: redeclaration of ‘int m’ 24 | int n =- 8, m =- 8; | ^ Main.cpp:16:16: note: ‘int m’ previously declared here 16 | int n, m; | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.