0_0_37826501_30647.cpp: In function 'int main()': 0_0_37826501_30647.cpp:25:43: error: 'MOD' was not declared in this scope cout<<((n*(n-1)/2) - n*cacu(n)/2)%MOD<<endl; //该题可以不分步取模 ^