码迷,mamicode.com
首页 >  
搜索关键字:poj2352    ( 35个结果
POJ2352——树状数组——Stars
http://poj.org/problem?id=2352模板/************************************************* Author :Powatr* Created Time :2015-8-13 16:18:10* File Name...
分类:编程语言   时间:2015-08-13 17:47:07    阅读次数:122
POJ2352 Stars
B - Stars Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Practice POJ 2352 Description Astronomers often examine star maps where stars a...
分类:其他好文   时间:2015-07-18 11:03:36    阅读次数:111
POJ2352:Stars(树状数组)
Description Astronomers often examine star maps where stars are represented by points on a plane and each star has Cartesian coordinates. Let the level of a star be an amount of the stars that are ...
分类:编程语言   时间:2015-06-21 18:34:37    阅读次数:142
poj2352消防站
树DP,较难
分类:其他好文   时间:2015-06-18 08:12:41    阅读次数:102
poj2352 starts 树状数组
有n个星星,按照y坐标的升序给出n个星星的坐标,对于每一个星星,其level为在其左下方(包括正左,正下)的星星个数,输出n行,第i行代表等级为i个星星的星星的个数。树状数组的插点问段思路:a[i]存储星星的x坐标,b[i]表示0到i中x,y坐标小于i的个数,即i的等级则对于每个b[i],做一次扫描...
分类:编程语言   时间:2015-04-03 15:02:52    阅读次数:126
【POJ2352】【树状数组】Stars
DescriptionAstronomers often examine star maps where stars are represented by points on a plane and each star has Cartesian coordinates. Let the level...
分类:编程语言   时间:2015-03-07 11:22:42    阅读次数:150
POJ2352:Stars
题目StarsTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 34016Accepted: 14839DescriptionAstronomers often examine star maps where stars are rep...
分类:其他好文   时间:2014-11-29 15:59:04    阅读次数:219
POJ2352(树状数组)
Stars Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 33786   Accepted: 14741 题目链接:http://poj.org/problem?id=2352 Description Astronomers often examine star...
分类:编程语言   时间:2014-11-08 12:07:34    阅读次数:265
poj2352(线段树)
/1.题目(theme) StarsTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 32652Accepted: 14263DescriptionAstrono...
分类:其他好文   时间:2014-08-22 19:35:29    阅读次数:146
树状数组小模板......
(1)“改点求段”型 树状数组模板题—hdu1166+poj2352 - Delacour_的专栏 - 博客频道 - CSDN.NET http://blog.csdn.net/delacour_/article/details/33364033 int lowbit(int a)   {       return a&(-a); }   void init()...
分类:其他好文   时间:2014-08-22 17:56:29    阅读次数:196
35条   上一页 1 2 3 4 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!