| Problem | exponentiate |
|---|---|
| User | yuanbin |
| Submission Time | 2026-03-14 12:01:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:21:26: error: ‘power’ cannot be used as a function
21 | res = power(base, power);
| ^