Run time error and q test case fail

3 test case show run time error and 1 test case give wrong ans
code link:https://ide.codingblocks.com/s/90728

Hi @Rohan_singla,you have to input no of rows and columns for the matrix and then input the array.your input format is not correct.you are asking for number of rows and columns for each row.

@cutiecoder
what if each row has different columns

hlo @cutiecoder
I have made the changes you tell and still my test cases fail
code link after editing:https://ide.codingblocks.com/s/90728

put a space after commas.

you have give input according to the format which is given only.