Sponsored
Use these hints if you're stuck. Try solving on your own first.
Write a recursive function that paints the pixel if it's the correct color, then recurses on neighboring pixels.
Solve with full IDE support and test cases