Problem exponentiate
User AltheaZ
Submission Time 2023-11-08 09:29:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:8:8: error: expected initializer before ‘.’ token
8 | int a.b.m;
| ^
exponentiate.cpp:9:8: error: ‘a’ was not declared in this scope
9 | cin>>a>>b>>m;
| ^
exponentiate.cpp:9:11: error: ‘b’ was not declared in this scope
9 | cin>>a>>b>>m;
| ^
exponentiate.cpp:9:14: error: ‘m’ was not declared in this scope
9 | cin>>a>>b>>m;
| ^