摘要: You are given an integer n. An array nums of length n + 1 is generated in the following way: nums[0] = 0 nums[1] = 1 nums[2 * i] = nums[i] when 2 <= 2 阅读全文
posted @ 2021-01-17 07:24 CNoodle 阅读(173) 评论(0) 推荐(0)
摘要: A string of '0's and '1's is monotone increasing if it consists of some number of '0's (possibly 0), followed by some number of '1's (also possibly 0. 阅读全文
posted @ 2021-01-17 06:08 CNoodle 阅读(93) 评论(0) 推荐(0)