摘要: 题目链接:http://poj.org/problem?id=3274 1 #include 2 #include 3 #include 4 5 bool feature[100001][30]; 6 int sum[100001][30], c[100001][30], n, k; 7 c... 阅读全文
posted @ 2013-08-15 18:06 Anti-Magic 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://poj.org/problem?id=2002 1 #include 2 #include 3 4 const int prime = 999983; 5 6 struct Hash_table 7 { 8 int x, y; 9 struct Has... 阅读全文
posted @ 2013-08-15 15:36 Anti-Magic 阅读(184) 评论(0) 推荐(0) 编辑