0_0_33977309_11342.cpp: In function '__int128 query(long long unsigned int)':
0_0_33977309_11342.cpp:32:24: error: call of overloaded 'fabs(__int128)' is ambiguous
if(fabs(f1[p]-f1[p-1])<=eps)continue;
^
0_0_33977309_11342.cpp:32:24: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:44:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:41,
from 0_0_33977309_11342.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/math.h:181:31: note: double fabs(double)
__CRT_INLINE double __cdecl fabs (double x)
^
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_33977309_11342.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:264:3: note: constexpr long double std::fabs(long double)
fabs(long double __x)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:260:3: note: constexpr float std::fabs(float)
fabs(float __x)
^
|