Problem exponentiate
User TheLegendaryZHR
Submission Time 2024-02-04 23:29:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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