54. Parse a Messy CSV

Medium

Parse the CSV text (comma-delimited, with missing values) into an integer array, filling missing values with 0.

Implement solve(...)