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_31952606_4732.cpp: In function 'int function(int)':
0_0_31952606_4732.cpp:9:14: error: reference to 'function' is ambiguous
   return 2 * function(n - 2) + function(n - 1);
              ^
0_0_31952606_4732.cpp:3:5: note: candidates are: int function(int)
 int function(int n) {
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70:0,
                 from 0_0_31952606_4732.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:1834:11: note:                 template<class _Signature> class std::function
     class function;
           ^
0_0_31952606_4732.cpp:9:32: error: reference to 'function' is ambiguous
   return 2 * function(n - 2) + function(n - 1);
                                ^
0_0_31952606_4732.cpp:3:5: note: candidates are: int function(int)
 int function(int n) {
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70:0,
                 from 0_0_31952606_4732.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:1834:11: note:                 template<class _Signature> class std::function
     class function;
           ^
0_0_31952606_4732.cpp: In function 'int main()':
0_0_31952606_4732.cpp:16:18: error: reference to 'function' is ambiguous
   printf("%d\n", function(tmp));
                  ^
0_0_31952606_4732.cpp:3:5: note: candidates are: int function(int)
 int function(int n) {
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:70:0,
                 from 0_0_31952606_4732.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:1834:11: note:                 template<class _Signature> class std::function
     class function;
           ^


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-17 04:31:32, Gzip enabled