mod = 998244353 n = int(input()) print(pow(2*pow(3,mod-2,mod),n,mod))