摘要: 测试题目:NKOJ1120 NKOJ3639 最常见的 BFS 实现 1 #include <stdio.h> 2 #include <queue> 3 #include <vector> 4 5 typedef long long LL; 6 7 using namespace std; 8 9 阅读全文
posted @ 2017-12-17 03:43 derchg 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 测试题目:NKOJ1120 NKOJ3639 1 #include <stdio.h> 2 #include <vector> 3 #include <queue> 4 5 using namespace std; 6 7 typedef long long LL; 8 9 const int _N 阅读全文
posted @ 2017-12-17 03:42 derchg 阅读(186) 评论(0) 推荐(0) 编辑