【例46.2】 数字统计
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
说明
请统计某个给定范围 [,] 的所有整数中,数字 出现的次数。
比如给定范围 [,] 中,一共出现次。分别是,的个位,以及 的十位。
输入格式
一行两个数 , 表示范围,用空格分隔。
输出格式
一个整数表示数字 出现的次数。
样例
60 80
12
Python|字典練習
- Status
- Done
- Problem
- 5
- Open Since
- 2024-12-16 0:00
- Deadline
- 2025-4-30 23:59
- Extension
- 24 hour(s)