Problem guessarray
User LCJLY
Submission Time 2024-03-10 14:10:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guessarray.cpp: In function ‘void doProblem(int, int, int, int*)’:
guessarray.cpp:6:10: error: request for member ‘resize’ in ‘ans2’, which is of non-class type ‘int*’
6 | ans2.resize(n);
| ^~~~~~