Problem exponentiate
User Greninja
Submission Time 2024-05-23 09:29:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:13:28: error: expected ‘;’ before ‘)’ token
13 | for (int i = 0; i < T, i++){
| ^
| ;
exponentiate.cpp:15:23: error: invalid operands of types ‘__gnu_cxx::__promote_2<long long int, long long int, double, double>::__type’ {aka ‘double’} and ‘long long int’ to binary ‘operator%’
15 | cout << (pow(A, B)) % M;
| ~~~~~~~~~~~ ^ ~
| | |
| | long long int
| __gnu_cxx::__promote_2<long long int, long long int, double, double>::__type {aka double}