
最大连续子序列
文章平均质量分 85
Time-major
这个作者很懒,什么都没留下…
展开
-
BZOJ 3050: [Usaco2013 Jan] Seating
DescriptionTo earn some extra money, the cows have opened a restaurant in their barn specializing in milkshakes. The restaurant has N seats (1 <= N <= 500,000) in a row. Initially, they are all empty.原创 2016-03-29 21:06:36 · 377 阅读 · 0 评论 -
BZOJ 1500[NOI2005] 维修数列
Description Input输入的第1 行包含两个数N 和M(M ≤20 000),N 表示初始时数列中数的个数,M表示要进行的操作数目。 第2行包含N个数字,描述初始时的数列。 以下M行,每行一条命令,格式参见问题描述中的表格。 任何时刻数列中最多含有500 000个数,数列中任何一个数字均在[-1 000, 1 000]内。 插入的数字总数不超过4 000 000个,输入文件原创 2016-03-28 20:51:08 · 449 阅读 · 0 评论