0_0_34127463_17045.cpp: In function 'bool check(__int128)':
0_0_34127463_17045.cpp:17:32: error: call of overloaded 'log2(__int128&)' is ambiguous
__int128 tmp = int(ceil(log2(n));
^
0_0_34127463_17045.cpp:17:32: 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_34127463_17045.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/math.h:638:25: note: double log2(double)
extern double __cdecl log2 (double);
^
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_34127463_17045.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1468:3: note: constexpr long double std::log2(long double)
log2(long double __x)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1464:3: note: constexpr float std::log2(float)
log2(float __x)
^
|