0_0_37804768_7160.cpp: In function 'void Fmul(int, int, int, int)':
0_0_37804768_7160.cpp:67:20: error: cannot convert 'long long int*' to 'int*' for argument '1' to 'void ntt(int*, int, int)'
ntt(A , Len , 1);ntt(B , Len , 1);
^
0_0_37804768_7160.cpp:67:37: error: cannot convert 'long long int*' to 'int*' for argument '1' to 'void ntt(int*, int, int)'
ntt(A , Len , 1);ntt(B , Len , 1);
^
0_0_37804768_7160.cpp:69:21: error: cannot convert 'long long int*' to 'int*' for argument '1' to 'void ntt(int*, int, int)'
ntt(A , Len , -1);
^
|