Problem exponentiate
User Fjerds
Submission Time 2026-05-25 11:36:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:9:2: error: expected initializer before ‘int’
9 | int M;
| ^~~
exponentiate.cpp:11:15: error: ‘B’ was not declared in this scope
11 | cin >> A >> B >> M;
| ^
exponentiate.cpp:11:20: error: ‘M’ was not declared in this scope
11 | cin >> A >> B >> M;
| ^