只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-09-07 13:43 轻风舞动 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string. If the last word 阅读全文
posted @ 2018-09-07 04:39 轻风舞动 阅读(446) 评论(0) 推荐(0) 编辑
摘要: An abbreviation of a word follows the form <first letter><number><last letter>. Below are some examples of word abbreviations: Assume you have a dicti 阅读全文
posted @ 2018-09-07 04:05 轻风舞动 阅读(917) 评论(0) 推荐(0) 编辑
摘要: Given an array nums containing n + 1 integers where each integer is between 1 and n (inclusive), prove that at least one duplicate number must exist. 阅读全文
posted @ 2018-09-07 02:49 轻风舞动 阅读(446) 评论(0) 推荐(0) 编辑