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_17947863_30486.cpp:22:8: error: 'N' was not declared in this scope
 LL fac[N];
        ^
0_0_17947863_30486.cpp: In function 'long long int Get_Fact(long long int)':
0_0_17947863_30486.cpp:24:5: error: 'fac' was not declared in this scope
     fac[0]=1;
     ^
0_0_17947863_30486.cpp: In function 'long long int Lucas(long long int, long long int, long long int)':
0_0_17947863_30486.cpp:33:18: error: 'fac' was not declared in this scope
         ret=(ret*fac[a]*PowMod(fac[b]*fac[a-b]%p,p-2,p))%p;
                  ^


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-26 05:09:07, Gzip enabled