Problem nystudy
User JAVIER
Submission Time 2024-11-11 10:47:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nystudy.cpp: In function ‘int main()’:
nystudy.cpp:20:9: error: request for member ‘pop’ in ‘arr’, which is of non-class type ‘long long int [N]’
20 | arr.pop(x);
| ^~~
nystudy.cpp:21:9: error: request for member ‘append’ in ‘arr’, which is of non-class type ‘long long int [N]’
21 | arr.append(x);
| ^~~~~~