上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 24 下一页
摘要: 1001 Is Derek lying? 不会 1002 hash 小格子每行hash,大格子里一定间隔枚举至少会有一个有的 间隔没算随便取的,取小了就T了,找到一个后也没check整个就过了 1 #include <iostream> 2 #include <cstdio> 3 #include 阅读全文
posted @ 2017-07-29 15:55 Aguin 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 半面数学 半面卡常 1001 Add More Zero 水题不写。 1002 Balala Power! 贪心,注意0不能首位。 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <algorithm 阅读全文
posted @ 2017-07-29 10:41 Aguin 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 3.5 CodeForces - 85D 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <queue> 5 using namespace std; 6 typedef long long LL; 阅读全文
posted @ 2017-03-05 10:42 Aguin 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 2.8 CodeForces - 682E 1 #include <iostream> 2 #include <cstdio> 3 #include <algorithm> 4 using namespace std; 5 typedef long long LL; 6 7 // template 阅读全文
posted @ 2017-02-08 22:58 Aguin 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 1.18 继续插头dp。 HDU 1964 Pipes 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <algorithm> 5 using namespace std; 6 typedef lon 阅读全文
posted @ 2017-01-18 23:19 Aguin 阅读(171) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 24 下一页