Problem exponentiate
User emyz
Submission Time 2023-12-13 01:03:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:29:10: error: expected unqualified-id before ‘int’
29 | int a, int b, int m;
| ^~~
exponentiate.cpp:30:11: error: ‘b’ was not declared in this scope
30 | cin>>a>>b>>m;
| ^
exponentiate.cpp:30:14: error: ‘m’ was not declared in this scope
30 | cin>>a>>b>>m;
| ^