如果你0pts……
查看原帖
如果你0pts……
562423
Erica_N_Contina楼主2024/11/27 20:49
inline int cal(int a,int b,int x){
    if(a>b)return 0;    
    if(a==0)return pre[b][x]; //  !important
    return ((pre[b][x]-pre[a-1][x])%MOD+MOD)%MOD;
}
2024/11/27 20:49
加载中...