Problem | exponentiate |
---|---|
User | Joashhh |
Submission Time | 2023-03-24 16:25:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp:17:21: error: missing terminating " character
17 | cout << arr[i] << "\n';
| ^~~~~
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 | }
| ~
exponentiate.cpp:18:2: error: expected primary-expression before ‘}’ token
18 | }
| ^