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_25954411_21351.cpp:8:10: error: array bound is not an integer constant before ']' token
 LL f[maxn] , fv[maxn];
          ^
0_0_25954411_21351.cpp:8:21: error: array bound is not an integer constant before ']' token
 LL f[maxn] , fv[maxn];
                     ^
0_0_25954411_21351.cpp: In function 'void init()':
0_0_25954411_21351.cpp:23:5: error: 'f' was not declared in this scope
     f[0] = 1;
     ^
0_0_25954411_21351.cpp:26:5: error: 'fv' was not declared in this scope
     fv[maxn-1] = quick_power(f[maxn-1],mod-2);
     ^
0_0_25954411_21351.cpp: In function 'LL C(LL, LL)':
0_0_25954411_21351.cpp:36:3: error: 'f' was not declared in this scope
   f[n]*(fv[m])%mod*fv[n-m]%mod;
   ^
0_0_25954411_21351.cpp:36:9: error: 'fv' was not declared in this scope
   f[n]*(fv[m])%mod*fv[n-m]%mod;
         ^


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-07-03 17:40:42, Gzip enabled