Problem exponentiate
User kaisoonlo
Submission Time 2026-08-07 10:11:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int32_t main()’:
exponentiate.cpp:26:20: error: ‘m’ was not declared in this scope
26 | cin >> a >> b >> m;
| ^