Problem2280--【入门】有0的数

2280: 【入门】有0的数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

请求出1~n中含有数字0的数,有多少个?

Input

一个整数nn在int范围内

Output

一个整数,代表1~n中含有数字0的数的个数。

Sample Input Copy

80

Sample Output Copy

8

Source/Category