Problem beareatrabbit
User Johnnie
Submission Time 2023-08-11 17:26:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

beareatrabbit.cpp: In function ‘int main()’:
beareatrabbit.cpp:29:8: error: request for member ‘erase’ in ‘arr’, which is of non-class type ‘long long int [N]’
29 | arr.erase(index);
| ^~~~~
beareatrabbit.cpp:33:8: error: request for member ‘erase’ in ‘arr’, which is of non-class type ‘long long int [N]’
33 | arr.erase(index - 1);
| ^~~~~
beareatrabbit.cpp:37:8: error: request for member ‘erase’ in ‘arr’, which is of non-class type ‘long long int [N]’
37 | arr.erase(index + 1);
| ^~~~~