Problem exponentiate
User BigEd15
Submission Time 2025-05-21 16:35:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:8:25: error: a function-definition is not allowed here before ‘{’ token
8 | int expo(int A, int B) {
| ^
exponentiate.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
exponentiate.cpp:6:15: note: to match this ‘{’
6 | signed main() {
| ^