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_21377032_30627.cpp: In function 'LL pow_mod(LL, LL)':
0_0_21377032_30627.cpp:2:13: error: invalid operands of types 'LL {aka long long int}' and 'double' to binary 'operator%'
 #define MOD 1e9+7
             ^
0_0_21377032_30627.cpp:8:21: note: in expansion of macro 'MOD'
   if(p&1) ret=ret*x%MOD;
                     ^
0_0_21377032_30627.cpp:2:13: error: invalid operands of types 'LL {aka long long int}' and 'double' to binary 'operator%'
 #define MOD 1e9+7
             ^
0_0_21377032_30627.cpp:9:9: note: in expansion of macro 'MOD'
   x=x*x%MOD;
         ^
0_0_21377032_30627.cpp: In function 'int main()':
0_0_21377032_30627.cpp:2:13: error: invalid operands of types 'LL {aka long long int}' and 'double' to binary 'operator%'
 #define MOD 1e9+7
             ^
0_0_21377032_30627.cpp:22:46: note: in expansion of macro 'MOD'
   if(n&1) ans=(pow_mod(pow_mod(2,n)-1,m-1)*2%MOD+1)*in%MOD;
                                              ^
0_0_21377032_30627.cpp:2:13: error: invalid operands of types 'LL {aka long long int}' and 'double' to binary 'operator%'
 #define MOD 1e9+7
             ^
0_0_21377032_30627.cpp:23:48: note: in expansion of macro 'MOD'
         else ans=pow_mod(pow_mod(2,n)-1,m-1)*2%MOD*in%MOD;
                                                ^
0_0_21377032_30627.cpp:2:13: error: invalid operands of types 'LL {aka long long int}' and 'double' to binary 'operator%'
 #define MOD 1e9+7
             ^
0_0_21377032_30627.cpp:23:55: note: in expansion of macro 'MOD'
         else ans=pow_mod(pow_mod(2,n)-1,m-1)*2%MOD*in%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-11-16 12:06:55, Gzip enabled