How many 0

2020年1月17日 1404点热度 0人点赞 0条评论

How many 0

时间: 10ms        内存:128M

描述:

A Benedict monk No. 16 writes down the decimal representations of all natural numbers between and including

m and n , m n

. How many 0's will he write down?

Input consists of a sequence of lines. Each line contains two unsigned 32-bit integers m and n, mn. The last line of input has the value of m negative and this line should not be processed.

For each line of input print one line of output with one integer number giving the number of 0's written down by the monk.

 

输入:

输出:

示例输入:

10 11
100 200
0 500
1234567890 2345678901
0 4294967295
-1 -1

示例输出:

1
22
92
987654304
3825876150

提示:

参考答案:

解锁文章

没有看到答案?微信扫描二维码可免费解锁文章

微信扫描二维码解锁

使用微信扫描二维码打开广告页面后可以立即关闭,再刷新此页面即可正常浏览此文章

所跳转广告均由第三方提供,并不代表本站观点!

已经扫描此二维码?点此立即跳转

code

这个人很懒,什么都没留下

文章评论