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_33860847_26842.cpp: In function 'int main()':
0_0_33860847_26842.cpp:111:50: error: too many arguments to function 'ull qpow(ull, ull)'
             tt1 = tt1*(qpow(prime[i],2*a[i]+2,mod)-1)/(prime[i]*prime[i]-1);
                                                  ^
0_0_33860847_26842.cpp:63:5: note: declared here
 ull qpow(ull m, ull k){ull res=1,t=m;while(k){if(k&1)res=res*t;t=t*t;k>>=1;}return res;}
     ^


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-25 17:40:25, Gzip enabled