Problem exponentiate
User YH
Submission Time 2024-02-13 09:43:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:23:48: error: expected ‘;’ before ‘)’ token
23 | total_sum = (b%increment) * total_sum%m * a%m)%m;
| ^
| ;