{ int n,m; rd(n++,m++); if(n*2>m)n=m-n; Mint a=1,b=1; while(n)a*=n--,b*=m--; wt(b/a); }