
前缀和
libeibei_i
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
codeforces838A Binary Blocks
A. Binary Blocks You are given an image, that can be represented with a 2-d n by m grid of pixels. Each pixel of the image is either on or off, denoted by the characters "0" or "1", respectively. Y原创 2017-08-07 20:38:59 · 372 阅读 · 0 评论 -
二维前缀和 codeforces 832C
http://codeforces.com/problemset/problem/835/C The Cartesian coordinate system is set in the sky. There you can see n stars, the i-th has coordinates (xi, yi), a maximum brightness c, equal for all s原创 2017-08-01 22:11:21 · 464 阅读 · 0 评论