Problem exponentiate
User themadpotato
Submission Time 2023-02-24 16:37:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:11:3: error: ‘temp’ was not declared in this scope
11 | temp = max(a, b);
| ^~~~