Problem4331--数字和问题

4331: 数字和问题

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

Description

在1~n中,所有个位数字与十位数字之和为a的两位数有多少个?

Sample Input Copy

100 8

Sample Output Copy

8

Source/Category