码迷,mamicode.com
首页 >  
搜索关键字:roman to integer    ( 15811个结果
C. RMQ with Shifts
C. RMQ with ShiftsTime Limit:1000msCase Time Limit:1000msMemory Limit:131072KB64-bit integer IO format:%lld Java class name:MainIn the traditional RMQ...
分类:其他好文   时间:2014-07-16 19:25:07    阅读次数:242
E. A Magic Lamp
E. A Magic LampTime Limit:1000msCase Time Limit:1000msMemory Limit:32768KB64-bit integer IO format:%I64d Java class name:MainKiki likes traveling. One...
分类:其他好文   时间:2014-07-14 23:52:41    阅读次数:352
leetcode Roman to Integer
原题:点击打开链接仅仅有C、X、I能够作为前缀,后缀的情况不须要考虑,直接加上去就可以,我的代码还不是非常简洁,请指正
分类:其他好文   时间:2014-07-14 22:31:52    阅读次数:194
A. Nearest Common Ancestors
A. Nearest Common AncestorsTime Limit:1000msCase Time Limit:1000msMemory Limit:10000KB64-bit integer IO format:%lld Java class name:MainA rooted tree ...
分类:其他好文   时间:2014-07-14 20:09:24    阅读次数:240
POSTGRESQL表分区
最近发现POSTGRESQL的一张表(下面统称为test表)达到67G大小,不得不进行重新分区,下面记录一下步骤:前言、查看数据表结构(表结构肯定是虚构的)CREATE TABLE test( id integer NOT NULL DEFAULT , logday character vary.....
分类:数据库   时间:2014-07-14 19:23:11    阅读次数:305
D. Frequent values
D. Frequent valuesTime Limit:3000msCase Time Limit:3000msMemory Limit:131072KB64-bit integer IO format:%lld Java class name:Main2007/2008 ACM Internat...
分类:其他好文   时间:2014-07-14 15:13:53    阅读次数:192
A. Test for Job
A. Test for JobTime Limit:5000msCase Time Limit:5000msMemory Limit:65536KB64-bit integer IO format:%lld Java class name:MainMr.Dog was fired by his co...
分类:其他好文   时间:2014-07-13 19:42:42    阅读次数:314
B. Balanced Lineup
B. Balanced LineupTime Limit:5000msCase Time Limit:5000msMemory Limit:65536KB64-bit integer IO format:%lld Java class name:MainFor the daily milking, ...
分类:其他好文   时间:2014-07-13 19:40:47    阅读次数:227
Merge Sorted Array
Given two sorted integer arrays A and B, merge B into A as one sorted array. Note: You may assume that A has enough space (size that is greater or equal to m + n) to hold additional elements from ...
分类:其他好文   时间:2014-07-13 17:21:40    阅读次数:208
Spiral Matrix II
Given an integer n, generate a square matrix filled with elements from 1 to n2 in spiral order. For example, Given n = 3, You should return the following matrix: [ [ 1, 2, 3 ], [ 8, 9, 4 ], [...
分类:其他好文   时间:2014-07-13 16:37:16    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!