在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
Given an integer Example 1: Input: d = 13
Output: 6
Explanation:
The digit
Example 2: Input: d = 250
Output: 35
Explanation:
The digit
Note:
给定一个在 示例 1: 输入:d = 1, low = 1, high = 13
输出:6
解释:
数字
示例 2: 输入:d = 3, low = 100, high = 250
输出:35
解释:
数字
提示:
Runtime: 4 ms |
请发表评论