| Problem | exponentiate |
|---|---|
| User | blob |
| Submission Time | 2023-12-23 13:27:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:15:17: error: too few arguments to function ‘int expo(int, int)’
15 | cout << expo(i);
| ^
exponentiate.cpp:3:5: note: declared here
3 | int expo(int a, int b){
| ^~~~