Ad
  • Default User Avatar

    I tried your code: your printing is such that it is impossible for you to identify each test; there is no test with

    a = arrayOf(intArrayOf(1, 2), intArrayOf(2, 9), intArrayOf(3, 18), intArrayOf(4, 24), intArrayOf(6, 48), intArrayOf(1, 2), intArrayOf(1, 3), intArrayOf(1, 4), intArrayOf(1, 3), intArrayOf(5, 3))
    
    

    What is above is the concatenation of the first three basic test in "ATTEMPT".
    Moreover notice that 34 people passed the kotlin kata. If there were errors somebody would have seen them before you.
    Your code is wrong somewhere; sorry. Cheers!

  • Custom User Avatar

    are you mutating the input?