Problem smurf
User YH
Submission Time 2024-02-06 16:52:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘int main()’:
smurf.cpp:25:29: error: incompatible types in assignment of ‘int*’ to ‘int [n]’
25 | smurfs = reverse(smurfs, i);
| ^