0_0_20751268_25991.cpp: In function 'int main()': 0_0_20751268_25991.cpp:68:23: error: 'maxn' was not declared in this scope for(LL i = 1; i < maxn; i++) P[i] = (P[i-1]*i)%mod; ^