0_0_36855241_31669.cpp: In function 'void Poly_Inv(int, int*, int*)':
0_0_36855241_31669.cpp:119:28: error: 'PolyInv' was not declared in this scope
PolyInv((n + 1) >> 1, a, b);
^
0_0_36855241_31669.cpp: In function 'void Poly_Ln(int, int*, int*)':
0_0_36855241_31669.cpp:146:20: error: 'Calc_Direv' was not declared in this scope
Calc_Direv(n, a, A);
^
0_0_36855241_31669.cpp:147:18: error: 'Calc_Inv' was not declared in this scope
Calc_Inv(n, a, B);
^
0_0_36855241_31669.cpp:154:20: error: 'Calc_Integ' was not declared in this scope
Calc_Integ(n, A, b);
^
0_0_36855241_31669.cpp: In function 'void Poly_Exp(int, int*, int*)':
0_0_36855241_31669.cpp:164:29: error: 'Calc_Exp' was not declared in this scope
Calc_Exp((n + 1) >> 1, a, b);
^
0_0_36855241_31669.cpp:165:17: error: 'Calc_Ln' was not declared in this scope
Calc_Ln(n, b, C);
^
0_0_36855241_31669.cpp: In function 'void solve()':
0_0_36855241_31669.cpp:183:8: error: 'read' was not declared in this scope
read(n); read(m);
^
0_0_36855241_31669.cpp:185:3: error: 'coef' was not declared in this scope
coef[i] = Binom(n + i - 1, n - 1);
^
0_0_36855241_31669.cpp:192:18: error: 'coef' was not declared in this scope
Inc(F[j], Mul(coef[i], coef[j / i]));
^
|