0_0_29031309_14589.cpp:6:1: error: stray '\243' in program
ll fac[MAXN]£»
^
0_0_29031309_14589.cpp:6:1: error: stray '\273' in program
0_0_29031309_14589.cpp:8:1: error: expected initializer before 'void'
void init(int p);
^
0_0_29031309_14589.cpp: In function 'int main()':
0_0_29031309_14589.cpp:21:11: error: 'init' was not declared in this scope
init(p);
^
0_0_29031309_14589.cpp: In function 'void init(int)':
0_0_29031309_14589.cpp:29:3: error: 'fac' was not declared in this scope
fac[1]=inv[1]=1;
^
0_0_29031309_14589.cpp:29:16: error: assignment of read-only location '*(inv + 1u)'
fac[1]=inv[1]=1;
^
0_0_29031309_14589.cpp:29:16: error: cannot convert 'int' to 'll(ll, ll) {aka long long int(long long int, long long int)}' in assignment
0_0_29031309_14589.cpp: In function 'll comb(ll, ll, ll)':
0_0_29031309_14589.cpp:56:10: error: 'fac' was not declared in this scope
ll ans=fac[n]*inv(m,p)%p*inv(n-m,p)%p;
^
|