Variable Sized Arrays

  • + 0 comments

    when you try it in your text editor it gives the following o/p which is not the same as the o/p of the test case surprizingly the solution gets accepted

    // the o/p
    2 2
    3 1 5 4
    5 1 2 8 9 3
    0 1
    5
    1 3
    9