0_0_22985268_7499.cpp: In function 'void init()':
0_0_22985268_7499.cpp:40:46: error: call of overloaded 'pow(int&, int&)' is ambiguous
void init(){F(i,0,9)F(j,1,15)dt[i][j]=pow(i,j);}
^
0_0_22985268_7499.cpp:40:46: 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_22985268_7499.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/math.h:151:18: note: double pow(double, double)
double __cdecl pow(double _X,double _Y);
^
0_0_22985268_7499.cpp:8:11: note: LL pow(LL, LL)
inline LL pow(LL x,LL k){
^
|