Problem exponentiate
User 2Princes1Lance
Submission Time 2023-11-28 20:15:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:16:13: error: expected ‘}’ at end of input
16 | return 0;
| ^
exponentiate.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^