
线段树
轻舟不载愁
获得10万访问量的方式有两种
1.写一篇博客,有10万访问量
2.写10万篇博客,让每一篇都有1访问量
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
POJ - 3468 A Simple Problem with Integers(线段树模板题)
题目地址http://poj.org/problem?id=3468题面:You have N integers, A1, A2, … , AN. You need to deal with two kinds of operations. One type of operation is to add some given number to each number in a given i...原创 2020-03-05 19:04:12 · 186 阅读 · 0 评论 -
POJ3264 Balanced Lineup(线段树模板题)
题目地址题意For the daily milking, Farmer John’s N cows (1 ≤ N ≤ 50,000) always line up in the same order. One day Farmer John decides to organize a game of Ultimate Frisbee with some of the cows. To keep...原创 2020-03-05 11:04:24 · 342 阅读 · 2 评论