【例36.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.
说明
试计算在区间到的所有整数中,数字 共出现了多少次?例如,在到中,即在,,,,,,,,,,中,数字 出现了 次。
输入格式
个整数 , ,之间用一个空格隔开。对于 % 的数据,$1≤n≤1,000,000,$0≤x≤9。
输出格式
个整数,表示 出现的次数。
样例
11 1
4