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
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
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
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
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
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
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
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
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
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