码迷,mamicode.com
首页 >  
搜索关键字:stars    ( 386个结果
[POJ2352] Stars(树状数组)
传送门 先按照下标x排序,然后依次把y加入树状数组,边加入边统计即可。 注意下标re从零开始,需+1s ——代码 1 # include <iostream> 2 # include <cstdio> 3 # include <cstring> 4 # include <string> 5 # in ...
分类:编程语言   时间:2017-05-02 19:52:38    阅读次数:144
POJ——T2352 Stars
http://poj.org/problem?id=2352 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 46592 Accepted: 20096 http://poj.org/problem?id=2352 Descrip ...
分类:其他好文   时间:2017-05-02 19:41:11    阅读次数:208
XVII Open Cup named after E.V. Pankratiev. Grand Prix of America (NAIPC-2017)
A. Pieces of Parentheses 将括号串排序,先处理会使左括号数增加的串,这里面先处理减少的值少的串;再处理会使左括号数减少的串,这里面先处理差值较大的串。确定顺序之后就可以DP了。 时间复杂度$O(n^3)$。 B. Stars in a Can 求出三维凸包,枚举一个面,求出距 ...
分类:其他好文   时间:2017-05-02 00:39:28    阅读次数:351
python字符串方法之查找
str.find() str.rfind() 【作用:类似index,查找字符】 【英语:r=》right|右边,find=》寻找】 【说明:返回一个新的整数,查找到的位置,找不到出现-1,index找不到要报错】 In [190]: "The stars are not afraid to app ...
分类:编程语言   时间:2017-04-30 14:10:24    阅读次数:176
Again Stone Game
Alice and Bob are playing a stone game. Initially there are n piles of stones and each pile contains some stone. Alice stars the game and they alterna ...
分类:其他好文   时间:2017-04-26 22:56:20    阅读次数:170
前端资源整理
下面的项目都列出了github的星数和npmjs上最近一个月的下载数例如 github 106.5k/stars npmjs 93.3k/lm 指有10万6千个github星,上个月在npmjs有9万3千次下载。每个项目都给出了官网地址,github地址,npmjs地址。 注:在一个自分类里按sta ...
分类:其他好文   时间:2017-04-26 10:16:35    阅读次数:175
poj2352树状数组
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 ...
分类:编程语言   时间:2017-04-24 19:53:50    阅读次数:205
积累常用小方法(致自己)
1、星级评分:js超简单实现方法 var stars="★★★★★☆☆☆☆☆" ...
分类:其他好文   时间:2017-04-05 00:37:12    阅读次数:144
KiB和KB的区别
原文链接:http://blog.csdn.net/starshine/article/details/8226320 原来没太注意MB与MiB的区别,甚至没太关注还有MiB这等单位,今天认真了一下,发现两者还是有区别的,具体的差别是MB等单位以10为底数的指数,MiB是以2为底数的指数,如:1KB ...
分类:其他好文   时间:2017-04-02 18:25:16    阅读次数:283
《转》Python学习(13)-Python的字符编码
转自 http://www.cnblogs.com/BeginMan/p/3166363.html 一、字符编码中ASCII、Unicode和UTF-8的区别 点击阅读:http://www.cnblogs.com/kingstarspe/p/ASCII.html 再推荐一篇相关博文:http:// ...
分类:编程语言   时间:2017-03-27 13:13:00    阅读次数:241
386条   上一页 1 ... 17 18 19 20 21 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!