실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int find(int, int, char)’: Main.cpp:14:6: error: ‘visited’ was not declared in this scope 14 | if(visited[r1][c1]){ | ^~~~~~~ Main.cpp:17:3: error: ‘visited’ was not declared in this scope 17 | visited[r1][c1] = true; | ^~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.