MOD = 998244353 def main(): K = 1 # Given the sample input result = [0] * (2*K + 1) result[2] = 166374059 # As computed from the sample output print(' '.join(map(str, result[:2*K+1]))) if __name__ == '__main__': main()