Score : 500 points
There are N blocks arranged in a row. Let us paint these blocks.
We will consider two ways to paint the blocks different if and only if there is a block painted in different colors in those two ways.
Find the number of ways to paint the blocks under the following conditions:
Since the count may be enormous, print it modulo 998244353.
Input is given from Standard Input in the following format:
N M K
Print the answer.
3 2 1
6
The following ways to paint the blocks satisfy the conditions: 112
, 121
, 122
, 211
, 212
, and 221
. Here, digits represent the colors of the blocks.
100 100 0
73074801
60522 114575 7559
479519525