摘要: DFS 油田 BFS Trees on the level abbott的复仇 STL 交换学生 铁轨 团队队列 丑数 模拟 骰子涂色 树 小球下落 阅读全文
posted @ 2021-02-06 21:01 loliconsk 阅读(51) 评论(0) 推荐(0)
摘要: #include<cstdio> #include<iostream> #include<cstdlib> #include<queue> #include<vector> #include<cstring> using namespace std; struct Node { bool have_ 阅读全文
posted @ 2021-02-06 20:54 loliconsk 阅读(75) 评论(0) 推荐(0)
摘要: #include<cstdio> #include<iostream> #include<cstring> using namespace std; int idx[105][105],m,n; char pic[105][105]; void dfs(int p, int q, int cnt) 阅读全文
posted @ 2021-02-06 20:45 loliconsk 阅读(74) 评论(0) 推荐(0)
摘要: #include<cstdio> #include<iostream> using namespace std; #include<cstring> int s[1 << 20]; int main(void) { int t; while (cin >> t && t != -1) { int D 阅读全文
posted @ 2021-02-06 20:43 loliconsk 阅读(56) 评论(0) 推荐(0)
摘要: #include<cstdio> #include<cstring> #include<iostream> #include<vector> #include<queue> using namespace std; struct Node//每一个结点的属性 { int r,c,dir; Node( 阅读全文
posted @ 2021-02-06 19:22 loliconsk 阅读(106) 评论(0) 推荐(0)