Problem exponentiate
User PlayVoltz
Submission Time 2023-03-19 21:16:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘long long int exponentiate(long long int, long long int, long long int)’:
exponentiate.cpp:5:2: error: ‘c’ was not declared in this scope
5 | c=temp;
| ^
exponentiate.cpp:6:2: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
6 | num=temp;
| ^~~
| enum