eolymp
bolt
Try our new interface for solving problems
Problems

How many numbers

How many numbers

At the faculty of mathematics, Orhan was faced with the following problem: find the number of positive integers from $1$ to $10^n$, which all digits are different. Since Orkhan also goes to computer science classes at FizMat Lyceum, he easily wrote a program that calculates the answer. And can you do it? \InputFile One integer $n~(1 \le n \le 18)$. \OutputFile Print the number of required positive integers.
Time limit 1 second
Memory limit 128 MiB
Input example #1
1
Output example #1
9
Input example #2
2
Output example #2
90