This comment is hidden because it contains spoiler information about the solution
C translation is not in line with description; it returns a single letter candidate, whereas the description has arbitrary strings.
Function name in Ruby should be snake_case
snake_case
JS testing code is an unmaintainable mess of global variables, an enumerable prototype extension, misindentation and other assorted horrors.
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
Ruby 3.0 should be enabled.
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.
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
C translation is not in line with description; it returns a single letter candidate, whereas the description has arbitrary strings.
Function name in Ruby should be
snake_case
JS testing code is an unmaintainable mess of global variables, an enumerable prototype extension, misindentation and other assorted horrors.
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
Ruby 3.0 should be enabled.
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.