
ZOJ
文章平均质量分 84
iteye_6881
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Count the Colors(线段树 + 延迟标记)
Count the Colors Time Limit: 2 Seconds Memory Limit: 65536 KB Painting some colored segments on a line, some previously painted segments may be covered by some the subsequent ones. Your task ...原创 2013-09-10 17:57:23 · 124 阅读 · 0 评论 -
Singles' Day(素数判断 + 进制转化)
Singles' Day Time Limit: 2 Seconds Memory Limit: 65536 KB Singles' Day(or One's Day), an unofficial holiday in China, is a pop culture entertaining holiday on November 11 for young Chinese to...原创 2014-03-02 16:29:51 · 245 阅读 · 0 评论 -
Median(Multiset )
Median Time Limit: 5 Seconds Memory Limit: 65536 KB The median of m numbers is after sorting them in order, the middle one number of them if m is even or the average number of the middle 2 nu...原创 2014-07-16 14:57:39 · 89 阅读 · 0 评论 -
Just Pour the Water(矩阵快速幂)
Just Pour the Water Time Limit: 2 Seconds Memory Limit: 65536 KB Shirly is a very clever girl. Now she has two containers (A and B), each with some water. Every minute, she pours half of the ...原创 2014-08-11 23:20:49 · 302 阅读 · 0 评论 -
LED Display(二分图 + 最小路径覆盖)
LED Display Time Limit: 2 Seconds Memory Limit: 65536 KB One day in the laboratory, Fred found some LED displays. This seven-segment LED can display digit 0 to 9 properly. But Fred soon find ...原创 2014-08-17 12:45:49 · 715 阅读 · 1 评论 -
Untrusted Patrol(DFS)
Untrusted Patrol Time Limit: 3 Seconds Memory Limit: 65536 KB Edward is a rich man. He owns a large factory for health drink production. As a matter of course, there is a large warehouse in t...原创 2014-09-09 16:07:50 · 125 阅读 · 0 评论 -
Design the city(LCA + RMQ)
Design the city Time Limit: 1 Second Memory Limit: 32768 KB Cerror is the mayor of city HangZhou. As you may know, the traffic system of this city is so terrible, that there are traffic jams ...原创 2014-10-09 13:15:48 · 190 阅读 · 0 评论 -
Domination(概率DP)
Domination Time Limit: 8 Seconds Memory Limit: 131072 KB Special Judge Edward is the headmaster of Marjar University. He is enthusiastic about chess and often plays chess with his frien...原创 2014-10-21 20:18:40 · 181 阅读 · 0 评论 -
Known Notation(分析模拟)
Known Notation Time Limit: 2 Seconds Memory Limit: 65536 KB Do you know reverse Polish notation (RPN)? It is a known notation in the area of mathematics and computer science. It is also known...原创 2014-10-28 17:46:14 · 180 阅读 · 0 评论