#define MD 998244353 ll n,k;Mint a=1,b,c;{rd(n,k);b=k;rep(i,k)a=2a*b/~i,b-=1,c-=a*b**n;wt(c/2);}