
HDUOJ
Yo3ngLau
Grazie
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Problem-2162 Find a way
Problem-2162 Find a way HDUOJ入口:http://acm.hdu.edu.cn/showproblem.php?pid=2612 AC代码 #include <iostream> #include <cstring> #include <cstdio> #include <queue> using namespace st...原创 2019-10-20 17:45:31 · 102 阅读 · 0 评论 -
Problem-1241 Oil Deposits
Problem-1241 Oil Deposits HDUOJ入口:http://acm.hdu.edu.cn/showproblem.php?pid=1241 AC代码 #include <iostream> #include <cstring> #include <cstdio> using namespace std; #define mm(a) mems...原创 2019-10-20 15:30:14 · 109 阅读 · 0 评论 -
Problem-1495 非常可乐
Problem-1495 非常可乐 HDUOJ入口:http://acm.hdu.edu.cn/showproblem.php?pid=1495 参考网址:https://www.cnblogs.com/ECJTUACM-873284962/p/6750320.html 题目大意 待写 解题思路 待写 AC代码 #include <iostream> #include <cstd...原创 2019-10-12 01:04:29 · 131 阅读 · 0 评论 -
Problem-1232 畅通工程
Problem-1232 畅通工程 题目入口: http://acm.hdu.edu.cn/showproblem.php?pid=1232 我的想法 并查集讲解: https://blog.youkuaiyun.com/niushuai666/article/details/6662911 https://blog.youkuaiyun.com/liujian20150808/article/details/50848...原创 2019-09-07 00:27:10 · 140 阅读 · 0 评论