0_0_38740612_4203.cpp: In function 'int inv(int)': 0_0_38740612_4203.cpp:24:17: error: 'quickPow' was not declared in this scope 24 | _inv[x]=quickPow(x, P - 2) % P; | ^~~~~~~~