3119: 数位求和

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

给定两个正整数N和M(N

Input

输入两个正整数N和M(100≤N

Output

输出一个整数,表示N到M之间(包含N和M)的正整数中有多少个各个位上的数字之和为8

Sample Input Copy

100 150

Sample Output Copy

5

HINT