Daksh loves mathematics more than he loves his cold drinks and chips. One fine day while strolling through the Learning Resource Centre he found an intresting book on Harshad Numbers . A harshad number (or Niven number), is an integer that is divisible by the sum of its digits .
digitSum(n) : Sum of digits of n (in Decimal Representation)
eg: n = 200 then digitSum(n) = 2+0+0= 2
as 200%digitsum(200) is 0, 200 is a Harshad Number.
Daksh being the lazy guy he is, asked Raman to tell the number of Harshad Numbers in range [L,R] inclusive. Raman does not know the answer,So he asked his Coder friend i.e you for the help. Help him !!
Input:
Output:
Constraints: