0_0_29980714_9873.cpp: In function 'void table()': 0_0_29980714_9873.cpp:90:17: error: 'n' was not declared in this scope for(ll i=1;i<=n;i++) fac[i]=fac[i-1]*i%mod; ^