100516 - 各位数之和

Time Limit

1000 毫秒

Memory Limit

128 MB

通过次数

9

提交次数

22

[a,b]区间内有多少个数的各位相加之和为5的倍数。

Input

一行,由单个空格分隔的两个整数,分别表示ab

对于100%的数据:

0\le a,b \le 1\cdot 10^6

Output

一个整数,表示所求个数。

Examples

Input

15 25

Output

2

Hint

样例中有19和23两个。