05 2015 档案

摘要:A. Combination Locktime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputScrooge McDuck keeps his most... 阅读全文
posted @ 2015-05-27 22:00 unicoe 阅读(240) 评论(0) 推荐(0)
摘要:A. Mike and Faxtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputWhile Mike was walking in the subw... 阅读全文
posted @ 2015-05-27 21:40 unicoe 阅读(226) 评论(0) 推荐(0)
摘要:public class Solution { public ListNode addTwoNumbers(ListNode l1, ListNode l2) { ListNode ret = new ListNode(0); ListNode cur = ret; ... 阅读全文
posted @ 2015-05-24 13:03 unicoe 阅读(145) 评论(0) 推荐(0)
摘要:You are given a string q. A sequence of k strings s1, s2, ..., sk is called beautiful, if the concatenation of these strings is string q (formally, s1 阅读全文
posted @ 2015-05-18 22:05 unicoe 阅读(257) 评论(0) 推荐(0)