Return a 5×5 matrix where every row is [0, 1, 2, 3, 4] (use broadcasting).
[0, 1, 2, 3, 4]
solve(...)