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_26027705_14657.cpp: In function 'int main()':
0_0_26027705_14657.cpp:18:36: error: no matching function for call to 'pow_mod(int&, int&, long long int)'
   printf("%d\n", pow_mod(n, n, 10LL));
                                    ^
0_0_26027705_14657.cpp:18:36: note: candidate is:
0_0_26027705_14657.cpp:5:3: note: template<class T> T pow_mod(T, T, T)
 T pow_mod(T a, T b, T c){
   ^
0_0_26027705_14657.cpp:5:3: note:   template argument deduction/substitution failed:
0_0_26027705_14657.cpp:18:36: note:   deduced conflicting types for parameter 'T' ('int' and 'long long int')
   printf("%d\n", pow_mod(n, n, 10LL));
                                    ^


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-06-30 15:46:14, Gzip enabled