码迷,mamicode.com
首页 >  
搜索关键字:original    ( 2117个结果
POJ 3096 Surprising Strings
Surprising StringsTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:309664-bit integer IO format:%lld Java class n...
分类:其他好文   时间:2014-08-25 11:40:14    阅读次数:234
Codeforces 121A Lucky Sum
Lucky SumTime Limit: 2000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:121A64-bit integer IO format:%I64d Java class n...
分类:其他好文   时间:2014-08-25 09:59:04    阅读次数:357
使用 alias 为方法添加新功能
def hello # A nice simple method puts "Hello World" # Suppose we want to augment it...end alias original_hello hello # Give the method a backup named....
分类:其他好文   时间:2014-08-24 10:17:32    阅读次数:167
POJ 2774 Long Long Message
Long Long MessageTime Limit: 4000msMemory Limit: 131072KBThis problem will be judged onPKU. Original ID:277464-bit integer IO format:%lld Java class n...
分类:其他好文   时间:2014-08-24 10:15:22    阅读次数:306
POJ 1226 Substrings
SubstringsTime Limit: 1000msMemory Limit: 10000KBThis problem will be judged onPKU. Original ID:122664-bit integer IO format:%lld Java class name:Main...
分类:其他好文   时间:2014-08-23 21:34:21    阅读次数:236
POJ 2217 Secretary
SecretaryTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:221764-bit integer IO format:%lld Java class name:MainT...
分类:其他好文   时间:2014-08-23 21:30:11    阅读次数:218
UVA 12697 Minimal Subarray Length
Minimal Subarray LengthTime Limit: 3000msMemory Limit: 131072KBThis problem will be judged onUVALive. Original ID:660964-bit integer IO format:%lld Ja...
分类:其他好文   时间:2014-08-23 16:43:01    阅读次数:279
BNUOJ 7629 Boring counting
Boring countingTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:351864-bit integer IO format:%I64d Java class nam...
分类:其他好文   时间:2014-08-22 23:45:39    阅读次数:187
Remove Duplicates from Sorted List II
Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list.For example,Given 1->2-...
分类:其他好文   时间:2014-08-22 22:22:09    阅读次数:233
leetcode之Partition List,Reverse Nodes in k-Group
Partition List Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x. You should preserve the original relative order of...
分类:其他好文   时间:2014-08-21 19:23:34    阅读次数:295
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!