for _ in range(int(input())): ans = pow(26,int(input())+1,998244353)-1 ans *= pow(26-1,998244353-2,998244353) ans -= 1 print(ans%998244353)