0_0_33799292_30923.cpp: In function 'int main()':
0_0_33799292_30923.cpp:124:38: error: cannot convert 'int*' to 'll* {aka long long int*}' for argument '1' to 'void Poly::Mul(ll*, ll*, ll*, int, int)'
Poly::Mul(f, g, ans, limit, l);
^
0_0_33799292_30923.cpp:137:36: error: cannot convert 'int*' to 'll* {aka long long int*}' for argument '1' to 'void Poly::Mul(ll*, ll*, ll*, int, int)'
Poly::Mul(f, g, h, limit, l);
^
|