실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘bool bfsCal(int, int)’: Main.cpp:58:9: error: ‘nx’ was not declared in this scope; did you mean ‘x’? 58 | vis[nx][ny] = 1; | ^~ | x Main.cpp:58:13: error: ‘ny’ was not declared in this scope; did you mean ‘y’? 58 | vis[nx][ny] = 1; | ^~ | y Main.cpp:81:1: warning: no return statement in function returning non-void [-Wreturn-type] 81 | } | ^ Main.cpp: In function ‘int main()’: Main.cpp:117:13: error: return-statement with no value, in function returning ‘int’ [-fpermissive] 117 | return; | ^~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.