Problem | exponentiate |
---|---|
User | themadpotato |
Submission Time | 2023-02-24 16:37:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:11:3: error: ‘temp’ was not declared in this scope
11 | temp = max(a, b);
| ^~~~