Problem exponentiate
User NgMinSong123
Submission Time 2023-12-20 14:34:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:11:16: error: expected ‘;’ before ‘cout’
11 | a = pow(A, B)
| ^
| ;
12 | cout << a % M;
| ~~~~