码迷,mamicode.com
首页 >  
搜索关键字:integer    ( 14932个结果
POJ 2485 Highways
HighwaysTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:248564-bit integer IO format:%lld Java class name:MainTh...
分类:其他好文   时间:2014-08-28 10:58:29    阅读次数:238
POJ 1789 Truck History
Truck HistoryTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:178964-bit integer IO format:%lld Java class name:M...
分类:其他好文   时间:2014-08-28 09:36:59    阅读次数:299
radix sort
(radix sort)Problem StatementGiven an integer array of length N, containing values in the range 1,2,3…N^2. Sort the array in O(N) time.//http://www.ge...
分类:其他好文   时间:2014-08-28 04:17:08    阅读次数:181
HDU 1875 畅通工程再续
畅通工程再续Time Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:187564-bit integer IO format:%I64d Java class name:Main相信大...
分类:其他好文   时间:2014-08-27 23:14:18    阅读次数:274
poj 1556 The Doors
The DoorsTime Limit: 1000 MS Memory Limit: 10000 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]Description...
分类:其他好文   时间:2014-08-27 21:44:18    阅读次数:259
【Java】java基本知识
1、int与Integer的区别int是基本数据类型,Integer是一个引用数据类型。e.g:int num = 100; // 不是对象Integer i = 100; // 是对象// num. 点不出属性和方法// i. 点出属性和方法Integer是整型的装箱类,可以装箱和拆箱 i = ....
分类:编程语言   时间:2014-08-27 20:13:38    阅读次数:225
POJ 1258 Agri-Net
Agri-NetTime Limit: 1000msMemory Limit: 10000KBThis problem will be judged onPKU. Original ID:125864-bit integer IO format:%lld Java class name:MainFa...
分类:Web程序   时间:2014-08-27 20:13:28    阅读次数:348
Permutations【python】
class Solution: # @param num, a list of integer # @return a list of lists of integers def permute(self, num): length=len(num) i...
分类:编程语言   时间:2014-08-27 20:11:28    阅读次数:200
POJ 3352 Road Construction
Road ConstructionTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:335264-bit integer IO format:%lld Java class na...
分类:其他好文   时间:2014-08-27 16:23:47    阅读次数:202
POJ 1523 SPF
SPFTime Limit: 1000msMemory Limit: 10000KBThis problem will be judged onPKU. Original ID:152364-bit integer IO format:%lld Java class name:MainConside...
分类:其他好文   时间:2014-08-27 16:10:17    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!