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_25238271_7844.cpp: In function 'LL fm(LL, LL, LL)':
0_0_25238271_7844.cpp:18:51: error: too few arguments to function 'void Mod(LL&, LL)'
 LL fm(LL a,LL b,LL p){LL r=0;for(;b;b>>=1,Mod(a+=a))if(b&1)Mod(r+=a);return r;}
                                                   ^
0_0_25238271_7844.cpp:17:6: note: declared here
 void Mod(LL &x,LL p){if(x>=p)x-=p;}
      ^
0_0_25238271_7844.cpp:18:68: error: too few arguments to function 'void Mod(LL&, LL)'
 LL fm(LL a,LL b,LL p){LL r=0;for(;b;b>>=1,Mod(a+=a))if(b&1)Mod(r+=a);return r;}
                                                                    ^
0_0_25238271_7844.cpp:17:6: note: declared here
 void Mod(LL &x,LL p){if(x>=p)x-=p;}
      ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2025-02-17 08:43:39, Gzip enabled