OP solved it, closing
This comment is hidden because it contains spoiler information about the solution
May be a bit late but it's because for each row/column, integer count starts from 1. So, for a row with only 1 integer, starting from 1, it should only contain the integer '1'.
Not an issue. A proper solution can pass the tests in ~20 milliseconds.
Loading collection data...
OP solved it, closing
This comment is hidden because it contains spoiler information about the solution
May be a bit late but it's because for each row/column, integer count starts from 1. So, for a row with only 1 integer, starting from 1, it should only contain the integer '1'.
Not an issue. A proper solution can pass the tests in ~20 milliseconds.