Problem exponentiate
User currypotato
Submission Time 2023-03-11 19:00:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:18:3: error: expected ‘}’ at end of input
18 | }
| ^
exponentiate.cpp:11:12: note: to match this ‘{’
11 | int main() {
| ^