Problem hackingscores
User yhmixeI
Submission Time 2024-06-21 14:43:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hackingscores.cpp: In function ‘int main()’:
hackingscores.cpp:31:5: error: request for member ‘splice’ in ‘b’, which is of non-class type ‘int [n]’
31 | b.splice(i,1);
| ^~~~~~
hackingscores.cpp:58:5: error: request for member ‘splice’ in ‘b’, which is of non-class type ‘int [n]’
58 | b.splice(i,1);
| ^~~~~~