摘要: ## 有缺陷,待改进,等我再学学::>_<:: #include <iostream> #include <string> #include <queue> #include <stack> using namespace std; int maze[105][105]; bool mark[105 阅读全文
posted @ 2020-10-14 23:27 ananasaa 阅读(114) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> #include <queue> using namespace std; int main() { queue<int> q; q.push(1); q.push(1); int n; cin>>n; int head=0 阅读全文
posted @ 2020-10-14 09:24 ananasaa 阅读(66) 评论(0) 推荐(0) 编辑