~欢迎你!第 AmazingCounters.com 位造访者
摘要: 统计难题 Time Limit:2000MS Memory Limit:65535KB 64bit IO Format:%I64d & %I64u Submit Status 统计难题 Submit Status Description Ignatius最近遇到一个难题,老师交给他很多单词(只有小写 阅读全文
posted @ 2016-07-22 23:42 ~HDMaxfun 阅读(906) 评论(0) 推荐(0) 编辑
摘要: Hotel Time Limit:3000MS Memory Limit:65536KB 64bit IO Format:%lld & %llu Description The cows are journeying north to Thunder Bay in Canada to gain cu 阅读全文
posted @ 2016-07-22 21:14 ~HDMaxfun 阅读(806) 评论(0) 推荐(1) 编辑
摘要: //用到懒惰标记法。 //Query查询求和,UpData更新数据。 //AC代码: 1 #include"iostream" 2 #include"algorithm" 3 #include"cstdio" 4 #include"cstring" 5 #include"cmath" 6 using 阅读全文
posted @ 2016-07-22 10:56 ~HDMaxfun 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 数学题,直接二分,代码 1 #include"iostream" 2 #include"algorithm" 3 #include"cstdio" 4 #include"cstring" 5 #include"cmath" 6 #define max(a,b) a>b?a:b 7 #define m 阅读全文
posted @ 2016-07-22 01:25 ~HDMaxfun 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 1 #include"iostream" 2 #include"algorithm" 3 #include"cstdio" 4 #include"cstring" 5 #include"cmath" 6 #define max(a,b) a>b?a:b 7 #define min(a,b) a<b? 阅读全文
posted @ 2016-07-22 01:22 ~HDMaxfun 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 1 #include"iostream" 2 #include"algorithm" 3 #include"cstdio" 4 #include"cstring" 5 #include"cmath" 6 #define max(a,b) a>b?a:b 7 #define min(a,b) a<b? 阅读全文
posted @ 2016-07-22 01:12 ~HDMaxfun 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 敌兵布阵 Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Description Lily 特别喜欢养花,但是由于她的花特别多,所以照料这些花就变得不太容易。她把她的花依次排成一行,每盆花都有一个美观值。如果L 阅读全文
posted @ 2016-07-22 01:08 ~HDMaxfun 阅读(194) 评论(0) 推荐(0) 编辑
摘要: E - Just a Hook Time Limit:2000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Description In the game of DotA, Pudge’s meat hook is actually th 阅读全文
posted @ 2016-07-22 01:04 ~HDMaxfun 阅读(740) 评论(0) 推荐(0) 编辑