Problem exponentiate
User nguyendinhanh1508
Submission Time 2024-01-12 00:11:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int32_t main()’:
exponentiate.cpp:11:12: error: ‘pow’ was not declared in this scope
11 | a[i] = pow(A[i], B[i]) % M[i];
| ^~~