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

Compile Error

exponentiate.cpp:4:24: error: ‘temp’ was not declared in this scope
4 | long long exponentiate(temp, temp1, temp2){
| ^~~~
exponentiate.cpp:4:30: error: ‘temp1’ was not declared in this scope
4 | long long exponentiate(temp, temp1, temp2){
| ^~~~~
exponentiate.cpp:4:37: error: ‘temp2’ was not declared in this scope
4 | long long exponentiate(temp, temp1, temp2){
| ^~~~~
exponentiate.cpp:4:42: error: expression list treated as compound expression in initializer [-fpermissive]
4 | long long exponentiate(temp, temp1, temp2){
| ^
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:24:29: error: ‘exponentiate’ cannot be used as a function
24 | cout<<exponentiate(a, b, m);
| ^