실행 실패 (제출 코드 컴파일 에러)
Main.cpp:12:9: error: ‘cont’ was not declared in this scope 12 | int bfs(cont &vector<string> arr, const &vector<vector<int>> v, int x, int y){ | ^~~~ Main.cpp:12:30: error: expected primary-expression before ‘arr’ 12 | int bfs(cont &vector<string> arr, const &vector<vector<int>> v, int x, int y){ | ^~~ Main.cpp:12:35: error: expected primary-expression before ‘const’ 12 | int bfs(cont &vector<string> arr, const &vector<vector<int>> v, int x, int y){ | ^~~~~ Main.cpp:12:65: error: expected primary-expression before ‘int’ 12 | int bfs(cont &vector<string> arr, const &vector<vector<int>> v, int x, int y){ | ^~~ Main.cpp:12:72: error: expected primary-expression before ‘int’ 12 | int bfs(cont &vector<string> arr, const &vector<vector<int>> v, int x, int y){ | ^~~ Main.cpp:12:77: error: expression list treated as compound expression in initializer [-fpermissive] 12 | int bfs(cont &vector<string> arr, const &vector<vector<int>> v, int x, int y){ | ^ Main.cpp: In function ‘int main()’: Main.cpp:52:22: error: ‘visted’ was not declared in this scope; did you mean ‘visited’? 52 | ans = max(map, visted, bfs(i, j), ans); | ^~~~~~ | visited Main.cpp:52:33: error: ‘bfs’ cannot be used as a function 52 | ans = max(map, visted, bfs(i, j), ans); | ~~~^~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
반례를 발견하지 못했습니다.