1111: 【08】有0的数▅for_while_break
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:44
Solved:21
Description
请求出1~n中含有数字0的数,有多少个?
Input
一个整数n(n<=999)
Output
一个整数,代表1~n中含有数字0的数的个数。
Sample Input Copy
80
Sample Output Copy
8