Problem guessarray
User PlayVoltz
Submission Time 2024-09-09 16:06:50
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:6: error: request for member ‘resize’ in ‘ans’, which is of non-class type ‘int*’
6 | ans.resize(n);
| ^~~~~~