百練 4127:迷宮問題

#include <bits/stdc++.h> using namespace std; struct Pos{ int r, c; int f; Pos(int rr = 0, int cc = 0, int ff = 0) : r(rr), c(cc), f(ff){} }; const int maxLofMaze = 8; const int maxLofqueue = 100;
相關文章
相關標籤/搜索