Problem exponentiate
User undefinedcritter
Submission Time 2026-07-01 16:01:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:13:22: error: expected ‘;’ before ‘}’ token
13 | temp -= M*(temp/M)
| ^
| ;
14 | }
| ~