Problem | exponentiate |
---|---|
User | YH |
Submission Time | 2024-02-13 09:43:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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;
| ^
| ;