摘要: Given an array nums of integers, return how many of them contain an even number of digits. Example 1: Input: nums = [12,345,2,6,7896]Output: 2Explanat 阅读全文
posted @ 2020-02-10 17:14 界757 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Given a non-negative integer num, return the number of steps to reduce it to zero. If the current number is even, you have to divide it by 2, otherwis 阅读全文
posted @ 2020-02-10 16:12 界757 阅读(124) 评论(0) 推荐(0) 编辑