摘要: 题目: Given a sorted array nums, remove the duplicates in-place such that each element appear only once and return the new length. Do not allocate extra 阅读全文
posted @ 2019-03-13 22:37 Anonym077 阅读(305) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-03-13 21:51 Anonym077 阅读(8) 评论(0) 推荐(0)
摘要: 题目: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would hav 阅读全文
posted @ 2019-03-12 23:02 Anonym077 阅读(95) 评论(0) 推荐(0)
摘要: 日期运算代码如下: 输入某年某月某日,判断这一天是这一年的第几天 阅读全文
posted @ 2019-02-14 22:48 Anonym077 阅读(241) 评论(0) 推荐(0)