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_37606829_19310.cpp: In function 'int main()':
0_0_37606829_19310.cpp:33:33: error: no matching function for call to 'gcd(int&, long long int&)'
      tmp *= s[j] / gcd(tmp, s[j]);
                                 ^
0_0_37606829_19310.cpp:33:33: note: candidate is:
0_0_37606829_19310.cpp:8:3: note: template<class T> T gcd(T, T)
 T gcd(T a, T b)
   ^
0_0_37606829_19310.cpp:8:3: note:   template argument deduction/substitution failed:
0_0_37606829_19310.cpp:33:33: note:   deduced conflicting types for parameter 'T' ('int' and 'long long int')
      tmp *= s[j] / gcd(tmp, s[j]);
                                 ^
0_0_37606829_19310.cpp:40:2: error: expected '}' at end of input
  }
  ^


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-09-23 08:18:26, Gzip enabled