Problem exponentiate
User helloworld
Submission Time 2024-02-13 15:38:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:11:35: error: invalid types ‘long long unsigned int[int]’ for array subscript
11 | unsigned long long a=pow(1.0*a[i],1.0*b[i])%m[i];
| ^