| Problem | exponentiate |
|---|---|
| User | Joashhh |
| Submission Time | 2023-03-24 16:26:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:11:12: error: ‘pow’ was not declared in this scope
11 | answer = pow(a, b);
| ^~~
exponentiate.cpp:14:20: error: expected ‘;’ before ‘}’ token
14 | arr[i] = finalans
| ^
| ;
15 | }
| ~