摘要:
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 { ... 阅读全文
摘要:
拯救大兵瑞恩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... 阅读全文
摘要:
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 {... 阅读全文
摘要:
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 ... 阅读全文
摘要:
官方题解:http://blog.sina.com.cn/s/blog_6bddecdc0102uytw.htmlThe Romantic Herohttp://acm.hdu.edu.cn/showproblem.php?pid=4901每一步都要mod,浪费了220分钟。 1 #include ... 阅读全文