上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 24 下一页
摘要: 1.3补个BC。HDU 5608function题解这么说。复杂度不会。 1 #include 2 #include 3 #include 4 using namespace std; 5 typedef long long LL; 6 const LL mod = 1e9 + 7; 7 co... 阅读全文
posted @ 2016-01-03 21:34 Aguin 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 因为期末了本来不想写了 但是觉得挂篇空文也无所谓 还是写了12.27去西工大玩。12.28-12.29什么都没干。12.30上次挂的BC。HDU 5602Black Jack一开始以为A用1表示。WA了pretest。看clar改完过了pre然后fst。一直以为是dp错。找了很久很久找不出来。后来看... 阅读全文
posted @ 2015-12-30 20:11 Aguin 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 12.20-12.22什么都没做。12.23POJ 3581Sequence这是一个单case过EOF哇的神题。我只是想验个板阿QAQ。 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 const in... 阅读全文
posted @ 2015-12-21 22:34 Aguin 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 12.13补个BC。HDU 5597GTW likes function讨厌打表。 1 #include 2 #include 3 using namespace std; 4 typedef long long LL; 5 6 LL Phi(LL n) 7 { 8 LL res =... 阅读全文
posted @ 2015-12-13 19:09 Aguin 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 12.6状况百出的迎新杯。惶恐。12.7补个BC。HDU 5593ZYB's Tree对树上每点求与其距离不超过k点数。k 2 #include 3 #include 4 using namespace std; 5 const int maxn = 500000 + 10; 6 typedef... 阅读全文
posted @ 2015-12-07 19:48 Aguin 阅读(175) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 24 下一页