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
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
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 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
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
畅通工程续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
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
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
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