Ad
  • Custom User Avatar

    Hi @rsetkus. Sorry you feel that way.

    I was only saying that when many people pass a Kata and you have not then that make your solution the "odd-one-out" - not the other way around. I am happy to be proven wrong, but I don't have time to chase shadows every time somebody claims a test problem but has no evidence to substantiate it.

    Since you have now unlocked the Kata what did you find? Dd you find the cause of the problem? Was it test related? Was it description related? What do you suggest I do to improve this Kata?

    FYI - I'm pretty sure those numbers have a different meaning to what you say. I thought they are specific to the language. AFAIK it means something like this.

    • Java 47/143 = 47 people passed Java version
    • JavaScript 54/143 = 54 people passed Javascript version
    • Python 46/143 = 46 people passed Python version
    • total people passed = 143

    EDIT: Actually you can just "hover" your cursor over that number (47 of 143) and see the tooltip confirms what I said.

  • Custom User Avatar

    *It looks correct on my end so it must be your problem bla bla bla*

    If you want to actually help us looking for any potential issues, you should post your solution code with spoilers, and not being passive-aggressive over the whole thing. The latter is not actionable or helpful in any sense.

  • Custom User Avatar

    Without evidence and only "doubts" I suggest perhaps consider the numbers - 141 other users have already passed this Kata OK which means they passed the random tests also.

    There are only 2 possibilities:

    1. 141 other people somehow all got it wrong, and your solution is the one true correct one
    2. 141 other people are correct, and your solution is not
  • Custom User Avatar

    It says already:

    -1.5 means they already passed my starting point 1.5 minutes ago

  • Custom User Avatar

    Sure, simply print the input values to console:

    e.g.

    • Javascript - console.log...
    • Java - System.out.println...
    • etc