Notice:Don't output extra spaces at the end of one line.
There are $(2n+1)$ distinct positions on the number line, $x_1,x_2,....x_{2n+1}$ in the strictly increasing order. each position with odd index is a hole and each postition with even index is a ball.
Koishi will play a game consisting of $n$ rounds, in each round:
1.Koishi selects a ball that isn't in holes at random.
2.then select the direction,left or right at random.
3.then the chosen ball starts rolling in that chosen direction, until it falls into an empty hole(the hole with no ball falling into it before)
Koishi is interested in the sum of distances of balls rolling. What is the expected value of the sum? modulo $998244353$