#include using namespace std; typedef long long ll; typedef pair P; #define REP(i,n) for(int i=0;i> N >> M; fact(); ll s=0; for(j=1;j<=M;j++){ s+=C(2*j-2,N-1); s%=MOD; } cout << s << endl; return 0; }