Problem exponentiate
User ZacharyTan2010
Submission Time 2024-02-26 16:46:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:7:33: error: expected ‘;’ before ‘}’ token
7 | for(int j=0;j<b;j++){f=f*a;f=f%m}cout<<f<<endl;
| ^
| ;