Problem exponentiate
User hellothisisme
Submission Time 2026-03-13 20:57:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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