Score : $300$ points
Given an integer $N$, find the number of integers $X$ that satisfy all of the following conditions, modulo $998244353$.
Input is given from Standard Input in the following format:
$N$
Print the answer as an integer.
4
203
Some of the $4$-digit integers satisfying the conditions are $1111,1234,7878,6545$.
2
25
1000000
248860093
Be sure to find the count modulo $998244353$.