Problem | exponentiate |
---|---|
User | BigEd15 |
Submission Time | 2025-05-21 16:35:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘long long int expo(long long int, long long int)’:
exponentiate.cpp:11:15: error: a function-definition is not allowed here before ‘{’ token
11 | signed main() {
| ^
exponentiate.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
exponentiate.cpp:5:24: note: to match this ‘{’
5 | int expo(int A, int B) {
| ^