Problem exponentiate
User charlottekjy
Submission Time 2024-08-18 13:14:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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