Problem | exponentiate |
---|---|
User | mingging1748 |
Submission Time | 2024-10-30 14:41:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:16:10: error: request for member ‘append’ in ‘answer’, which is of non-class type ‘long int [0]’
16 | answer.append(result);
| ^~~~~~