233. 数字 1 的个数 力扣(困难) 数位dp/数学 不会做
摘要:
233. 数字 1 的个数 给定一个整数 n,计算所有小于等于 n 的非负整数中数字 1 出现的个数。 示例 1: 输入:n = 13输出:6 题解:https://leetcode-cn.com/problems/number-of-digit-one/solution/shu-zi-1-de-g 阅读全文
posted @ 2021-08-13 14:49 Yxter 阅读(67) 评论(0) 推荐(0) 编辑