1104: 统计9出现的次数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:37
Solved:10
Description
输入三位数a和b,统计[a,b]中数字9出现的次数。
Input
100
109
109
Output
1
Sample Input Copy
200
100
Sample Output Copy
0