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

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:20:24: error: ‘m’ was not declared in this scope
20 | total_a = total_a % m;
| ^