摘要: 题目链接: https://leetcode-cn.com/problems/add-to-array-form-of-integer/ 题目概述: 对于非负整数 X 而言,X 的数组形式是每位数字按从左到右的顺序形成的数组。例如,如果 X = 1231,那么其数组形式为 [1,2,3,1]。 给定 阅读全文
posted @ 2021-01-22 16:12 withwind777 阅读(72) 评论(0) 推荐(0)