Monk believes in relaxing and playing number games in Holi. Monk's friend defined a Holi function H such that H(x) = sum of digits of number x. Monk is given a question where he will be given a number N and he wants to find the count of number of pairs (x,y) such that the following conditions hold true:
Constraints
1≤N≤1050
InputFormat
First line contains N.
OutputFormat
Print the number of pairs modulo 10^9 +7.
The pairs are (0,2) and (1,2).