Ad
  • Custom User Avatar

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

  • Custom User Avatar

    C translation is not in line with description; it returns a single letter candidate, whereas the description has arbitrary strings.

  • Custom User Avatar

    Function name in Ruby should be snake_case

  • Custom User Avatar

    JS testing code is an unmaintainable mess of global variables, an enumerable prototype extension, misindentation and other assorted horrors.

  • Custom User Avatar

    When attempting to submit, all the test cases except testGetWinner_07 is passing.(Java)

    Log Message: Expected: is "KL"
    but: was null.

    I tried debugging, but I cannot seem to find what exactly is causing this. Can someone please help with this. Thanks in advance

  • Custom User Avatar

    Ruby 3.0 should be enabled.

  • Custom User Avatar

    I hate this last case that makes the code time out. I spent a long time thinking about this and can't figure out how to make it run more efficient. I already have it skip over every other vote and it works fine up until the last test case.