2014年8月1日
摘要: The Suspectshttp://poj.org/problem?id=1611 1 #include 2 #include 3 #define mt(a,b) memset(a,b,sizeof(a)) 4 const int M=30010; 5 class UnionFindSet { ... 阅读全文
posted @ 2014-08-01 16:25 gaolzzxin 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 拯救大兵瑞恩http://acm.hdu.edu.cn/showproblem.php?pid=4845 1 #include 2 #include 3 #include 4 #define mt(a,b) memset(a,b,sizeof(a)) 5 using namespace std; 6... 阅读全文
posted @ 2014-08-01 12:13 gaolzzxin 阅读(186) 评论(0) 推荐(0) 编辑
摘要: Mobile phoneshttp://poj.org/problem?id=1195 1 #include 2 #include 3 #define mt(a,b) memset(a,b,sizeof(a)) 4 const int M=1030; 5 class Two_Tree_Array {... 阅读全文
posted @ 2014-08-01 11:26 gaolzzxin 阅读(104) 评论(0) 推荐(0) 编辑
摘要: Apple Treehttp://poj.org/problem?id=3321 1 #include 2 #include 3 #define mt(a,b) memset(a,b,sizeof(a)) 4 const int M=100010; 5 struct G{ 6 struct ... 阅读全文
posted @ 2014-08-01 11:13 gaolzzxin 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 官方题解:http://blog.sina.com.cn/s/blog_6bddecdc0102uytw.htmlThe Romantic Herohttp://acm.hdu.edu.cn/showproblem.php?pid=4901每一步都要mod,浪费了220分钟。 1 #include ... 阅读全文
posted @ 2014-08-01 09:39 gaolzzxin 阅读(256) 评论(0) 推荐(0) 编辑