码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
HDU 1272 简单并查集
小希的迷宫Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 24915Accepted Submission(s): 7641Problem Desc...
分类:其他好文   时间:2014-07-14 00:11:43    阅读次数:230
A. LCIS
A. LCISTime Limit:2000msCase Time Limit:2000msMemory Limit:32768KB64-bit integer IO format:%I64d Java class name:MainGiven n integers.You have two ope...
分类:其他好文   时间:2014-07-13 23:34:39    阅读次数:272
[LeetCode] Best Time to Buy and Sell Stock III
ay you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete at...
分类:其他好文   时间:2014-07-13 23:22:16    阅读次数:294
HDU 1273 ORZ
漫步森林Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 1607Accepted Submission(s): 1090Problem Descri...
分类:其他好文   时间:2014-07-13 23:03:56    阅读次数:253
D. Billboard
D. BillboardTime Limit:8000msCase Time Limit:8000msMemory Limit:32768KB64-bit integer IO format:%I64d Java class name:MainAt the entrance to the unive...
分类:其他好文   时间:2014-07-13 22:55:45    阅读次数:299
python装饰器
from time import timedef cost_time(func): def result(*arg,**args): begin=time() func(*arg,**args) print "cost time:",time()-be...
分类:编程语言   时间:2014-07-13 22:38:16    阅读次数:328
JSOI2007文本生成器
1030: [JSOI2007]文本生成器Time Limit: 1 SecMemory Limit: 162 MBSubmit: 1613Solved: 656[Submit][Status]DescriptionJSOI交给队员ZYX一个任务,编制一个称之为“文本生成器”的电脑软件:该软件的使用...
分类:Web程序   时间:2014-07-13 22:35:41    阅读次数:361
GCD 延时方法 (Swift)
func delay(delay:Double, closure:()->()) { dispatch_after( dispatch_time( DISPATCH_TIME_NOW, Int64(delay * Double(NSEC...
分类:其他好文   时间:2014-07-13 22:03:07    阅读次数:281
POJ2352 Stars 【树状数组】or【线段树】
Stars Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 31172   Accepted: 13595 Description Astronomers often examine star maps where stars are represented b...
分类:其他好文   时间:2014-07-13 14:10:34    阅读次数:206
LeetCode——Best Time to Buy and Sell Stock III
Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete at most two transactions. Note: You ma...
分类:其他好文   时间:2014-07-13 13:55:14    阅读次数:305
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!