Problem exponentiate
User estkn
Submission Time 2026-05-15 15:02:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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