const int N=405,mod=1e9+7;
const int N=405; int mod=1e9+7;
1和2这样写有什么区别么?!!
上面这样写ac,下面这样TLE
(#define int long long) 了