Score : $600$ points
Given is a prime number $P$.
How many pairs of integers $(x, y)$ satisfy the following conditions?
Since the answer may be enormous, print it modulo $998244353$.
Input is given from Standard Input in the following format:
$P$
Print the answer modulo $998244353$.
3
4
Four pairs $(x, y) = (0, 0), (1, 1), (2, 1), (2, 2)$ satisfy the conditions.
11
64
998244353
329133417