Ad
  • Custom User Avatar

    Looks, like there is a mistake in discription:
    < 40 = 'Super happy!'
    < 70 >= 40 = 'Happy!'
    < 100 >= 70 = 'Sad!'

    100 = 'Miserable!'
    Nothing equals 100.
    By the test that fails, I suppose it's 'Miserable!'.
    = 100 = 'Miserable!'

  • Custom User Avatar

    Actually the answer is written in the description but without help of AI I couldn't understand what to do.
    :(

  • Custom User Avatar

    It’s so frustrating when the sample tests pass, but Random tests don’t!

  • Custom User Avatar

    It’s a complete waste of time!
    From a programming perspective, it's worth zero.
    But figuring out what needs to be done can take a significant amount of time.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Definitely not kyu 8 and not even kyu 7.
    I wonder how many people did kata kill their desire to continue programming?
    🤬🤬🤬

  • Custom User Avatar

    Such a beautiful solution!
    ❤️

  • Custom User Avatar

    Actually, this solution fails if string = "two, two" or "The score is four: nil".

  • Custom User Avatar

    Not very clever to insist on keeping spaces!
    Especially if you don't verify that more than 3 spaces are treated correctly.

  • Custom User Avatar

    Definitely not 8 kyu!!!

  • Custom User Avatar

    Random test gave me a set :
    t = 'yuzKWiOdcBADllzO'
    s = 'iCzOyWDmAKlazsUB'
    All letters are in both strings but quantity is different.
    My code failed on it and as minimum two other codes that I saw in Solutions failed.
    Don't know if random test should be fixed or to add this set to Sample Tests.

  • Custom User Avatar

    At work, developers constantly complain about clients giving unclear instructions. And now look at this — 90% of Katas fail on random tests because critical info is missing from the task description.

    It’s driving me absolutely mad!
    🤬

    Check out this gem of a task — so confusing even an AI stumbled:

    -- do you see how "hello" is 54 bytes?

    -- That’s a fun observation — but the word "hello" is definitely not 54 bytes. Let’s break it down:
    Each character in "hello" is typically 1 byte in UTF-8 or ASCII encoding.

    😂

  • Custom User Avatar

    Dear @hobovsky,

    If you work for Codewars, then of course you're welcome to continue commenting on my comments. But if not, please don't waste MY TIME!!! Your comments add no value for me. You're just showing off, and I couldn't care less how clever you think you are.

    Thanks for your understanding.

  • Custom User Avatar

    3 solutions from AI doesn't work!
    Are you sure it's 7kyu??!

  • Custom User Avatar

    It happened to me already second time and as well with this Kata:
    I click Attempt some tests do not pass, I click attemt again couple of times and all tests pass.
    🤔 More over, tests that do not pass doesn't have data for debug. :(

  • Loading more items...