Problem exponentiate
User shawn
Submission Time 2024-04-27 10:02:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:16:13: error: expected primary-expression before ‘(’ token
16 | cout << ll(pow(A % M, B % )) % M << endl;
| ^
exponentiate.cpp:16:29: error: expected primary-expression before ‘)’ token
16 | cout << ll(pow(A % M, B % )) % M << endl;
| ^