• Custom User Avatar

    Insuffucient information, OP has left the building.

  • Custom User Avatar

    What are the parameters of the failed test? AFAIK every programming language here at CodeWars has some way to print something.
    What programming language are you using?

  • Custom User Avatar

    I believe there is an error with the test cases for this kata. I belive this because when submitting it says that my code should return 2050, but is instead returning 450. This leads me to believe it's the submission cases not my code because the only combination of 6 dice that can equal 2050 is 1,1,1,1,5 and any 6th number that is not 1 or 5. If I put for example 1,1,1,1,5,6 expects to 2050 it passes. I've tested this with every possible 6th 1-6 digit that isn't 1 or 5, and it works for every one returning 2050. If you could look into this, or if you believe it's my code suggest a test case that should fail.