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
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)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
畅通工程再续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
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
1、int与Integer的区别int是基本数据类型,Integer是一个引用数据类型。e.g:int num = 100; // 不是对象Integer i = 100; // 是对象// num. 点不出属性和方法// i. 点出属性和方法Integer是整型的装箱类,可以装箱和拆箱 i = ....
分类:
编程语言 时间:
2014-08-27 20:13:38
阅读次数:
225
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
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
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
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