The number of n-digit numbers is 6.
Easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Determine and output the count of natural n-digit numbers that fall outside the interval [a, b].
Input
Three natural numbers n, a, and b are provided on a single line, separated by spaces (1 ≤ n ≤ 12
, 1 ≤ a, b ≤ 10^12
).
Output
Provide the solution to the problem.
Examples
Input #1
Answer #1
Submissions 981
Acceptance rate 17%