Problem exponentiate_easy
User zyf
Submission Time 2026-05-25 17:53:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate_easy.cpp: In function ‘int main()’:
exponentiate_easy.cpp:17:37: error: expected ‘;’ before ‘}’ token
17 | cout << exponential(a,b) << "\n"
| ^
| ;
18 |
19 | }
| ~