Create a structured array of size 10 representing a position (x, y) and a color (r, g, b). Return a tuple (length, num_fields) where num_fields is the total number of leaf fields (should be 5).
(x, y)
(r, g, b)
(length, num_fields)
num_fields
solve(...)