码迷,mamicode.com
首页 >  
搜索关键字:roman to integer    ( 15811个结果
UVA - 10622 Perfect P-th Powers
Description Problem E: Perfect Pth Powers We say that x is a perfect square if, for some integer b,x = b^2. Similarly, x is a perfect cube if, for some integerb, x = b^3. More generally, x is a ...
分类:其他好文   时间:2014-08-12 13:48:54    阅读次数:280
BNUOJ 35759 The Great Pan
The Great PanTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onHDU. Original ID:489164-bit integer IO format:%I64d Java class name:...
分类:其他好文   时间:2014-08-12 13:02:44    阅读次数:174
poj 3264 区间最大最小值 RMQ问题之Sparse_Table算法
Balanced LineupTime Limit: 5000 MS Memory Limit: 0 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]Descripti...
分类:其他好文   时间:2014-08-12 12:49:35    阅读次数:270
Count Good Substrings
Count Good SubstringsTime Limit: 2000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:451D64-bit integer IO format:%I64d ...
分类:其他好文   时间:2014-08-12 12:43:24    阅读次数:237
BNUOJ 3278 Candies
CandiesTime Limit: 1500msMemory Limit: 131072KBThis problem will be judged onPKU. Original ID:315964-bit integer IO format:%lld Java class name:MainDu...
分类:其他好文   时间:2014-08-12 10:16:43    阅读次数:169
BNUOJ 6023 畅通工程续
畅通工程续Time Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:187464-bit integer IO format:%I64d Java class name:Main某省自从...
分类:其他好文   时间:2014-08-12 00:26:23    阅读次数:226
ZOJ3541:The Last Puzzle(区间DP)
There is one last gate between the hero and the dragon. But opening the gate isn't an easy task. There were n buttons list in a straight line in front of the gate and each with an integer on it. Like...
分类:其他好文   时间:2014-08-11 21:22:33    阅读次数:341
BNUOJ 3226 Godfather
GodfatherTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:310764-bit integer IO format:%lld Java class name:MainL...
分类:其他好文   时间:2014-08-11 20:43:22    阅读次数:205
Delphi开发DLL的方法
1、1)FILE—>NEW—>OTHER,选择DLL。 2)FILE-->NEW-->UNIT。然后写代码。在interface 后面加入 function countnum(i:integer):integer;export; 在implementation后面写函数的代码。 3)...
分类:其他好文   时间:2014-08-11 20:39:12    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!