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_23988462_6879.cpp: In function 'int main()':
0_0_23988462_6879.cpp:114:70: error: call of overloaded 'abs(long long int)' is ambiguous
         f1(i, 1, n) f1(j, 1, n) d[i][j] = abs(1ll * x[i] - 1ll * x[j]) + abs(1ll * y[i] - 1ll * y[j]);
                                                                      ^
0_0_23988462_6879.cpp:114:70: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/assert.h:17:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/cassert:43,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:33,
                 from 0_0_23988462_6879.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/stdlib.h:329:15: note: int abs(int)
   int __cdecl abs(int _X);
               ^
0_0_23988462_6879.cpp:27:4: note: long long int abs(long long int)
 ll abs(ll k) {
    ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:47:0,
                 from 0_0_23988462_6879.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstdlib:174:3: note: long long int std::abs(long long int)
   abs(long long __x) { return __builtin_llabs (__x); }
   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstdlib:166:3: note: long int std::abs(long int)
   abs(long __i) { return __builtin_labs(__i); }
   ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:41:0,
                 from 0_0_23988462_6879.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:99:5: note: constexpr typename __gnu_cxx::__enable_if<std::__is_integer<_Tp>::__value, double>::__type std::abs(_Tp) [with _Tp = long long int; typename __gnu_cxx::__enable_if<std::__is_integer<_Tp>::__value, double>::__type = double]
     abs(_Tp __x)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:91:3: note: constexpr long double std::abs(long double)
   abs(long double __x)
   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:87:3: note: constexpr float std::abs(float)
   abs(float __x)
   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:81:3: note: constexpr double std::abs(double)
   abs(double __x)
   ^
0_0_23988462_6879.cpp:114:101: error: call of overloaded 'abs(long long int)' is ambiguous
         f1(i, 1, n) f1(j, 1, n) d[i][j] = abs(1ll * x[i] - 1ll * x[j]) + abs(1ll * y[i] - 1ll * y[j]);
                                                                                                     ^
0_0_23988462_6879.cpp:114:101: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/assert.h:17:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/cassert:43,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:33,
                 from 0_0_23988462_6879.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/stdlib.h:329:15: note: int abs(int)
   int __cdecl abs(int _X);
               ^
0_0_23988462_6879.cpp:27:4: note: long long int abs(long long int)
 ll abs(ll k) {
    ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:47:0,
                 from 0_0_23988462_6879.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstdlib:174:3: note: long long int std::abs(long long int)
   abs(long long __x) { return __builtin_llabs (__x); }
   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstdlib:166:3: note: long int std::abs(long int)
   abs(long __i) { return __builtin_labs(__i); }
   ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:41:0,
                 from 0_0_23988462_6879.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:99:5: note: constexpr typename __gnu_cxx::__enable_if<std::__is_integer<_Tp>::__value, double>::__type std::abs(_Tp) [with _Tp = long long int; typename __gnu_cxx::__enable_if<std::__is_integer<_Tp>::__value, double>::__type = double]
     abs(_Tp __x)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:91:3: note: constexpr long double std::abs(long double)
   abs(long double __x)
   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:87:3: note: constexpr float std::abs(float)
   abs(float __x)
   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:81:3: note: constexpr double std::abs(double)
   abs(double __x)
   ^


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-26 19:40:27, Gzip enabled