실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘void one_bfs(std::queue<std::pair<int, int> >&)’: Main.cpp:50:45: warning: unused variable ‘days’ [-Wunused-variable] 50 | int days = pos.second; | ^~~~ Main.cpp: In function ‘int leejin_search(std::pair<int, int>, std::pair<int, int>, int)’: Main.cpp:130:13: warning: unused variable ‘up_sd’ [-Wunused-variable] 130 | int up_sd = 0; | ^~~~~ Main.cpp:131:14: warning: variable ‘up’ set but not used [-Wunused-but-set-variable] 131 | bool up = false; | ^~ Main.cpp: In function ‘int main()’: Main.cpp:207:16: error: too few arguments to function ‘void one_bfs(std::queue<std::pair<int, int> >&)’ 207 | one_bfs(); | ~~~~~~~^~ Main.cpp:33:6: note: declared here 33 | void one_bfs(queue<pair<int,int>> &c_arr) { | ^~~~~~~ Main.cpp: In function ‘int leejin_search(std::pair<int, int>, std::pair<int, int>, int)’: Main.cpp:171:1: warning: control reaches end of non-void function [-Wreturn-type] 171 | } | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.