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_38678198_16895.cpp: In function 'void init()':
0_0_38678198_16895.cpp:18:9: error: 'f' was not declared in this scope
   18 |         f[0]=inv[0]=1;
      |         ^
0_0_38678198_16895.cpp:18:14: error: 'inv' was not declared in this scope; did you mean 'int'?
   18 |         f[0]=inv[0]=1;
      |              ^~~
      |              int
0_0_38678198_16895.cpp: In function 'int c(int, int)':
0_0_38678198_16895.cpp:26:16: error: 'f' was not declared in this scope
   26 |         return f[a]*inv[b]%mod*inv[a-b]%mod;
      |                ^
0_0_38678198_16895.cpp:26:21: error: 'inv' was not declared in this scope; did you mean 'int'?
   26 |         return f[a]*inv[b]%mod*inv[a-b]%mod;
      |                     ^~~
      |                     int


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-01 17:43:32, Gzip enabled