F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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]));
                  ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-23 00:32:55, Gzip enabled