Ad
  • Default User Avatar

    Where you able to determine if expected and result are indeed switched, or if it was a problem with your code? I'm having the same issue.

  • Default User Avatar

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

  • Default User Avatar

    IDK why, but that didn't show up in my notifications.

  • Default User Avatar

    Yes, it would. Why don't you suggest it? It may take a while, but go for it.

  • Custom User Avatar

    @tonylicoding, I genuinely believe there should be a set of guidelines(^^ as such)(something like welcome or tour) to all the people who are joining CW,it would save lot of human hours.

  • Default User Avatar

    print the input. Tell us the test cases, and then we may help.

  • Default User Avatar

    Sorry, C#

  • Custom User Avatar

    Remember to mention the language you have problems with, when there are several languages available.

  • Default User Avatar

    Please help.
    First of all, places of "expected" and "but was" in random test are switched
    Test Failed
    Expected string length 233 but was 220. Strings differ at index 0.
    Expected: "hello warriorsC\n\nFF.."
    But was: "\nC\n\nFF..."

    Edge and stripcomments tests return "passed"
    Seems to be my solution returns right answer but random "expected" always has few extra "\n" on start
    Expected: "C\n\n\n\nA..."
    But was: "\n\n\nC\n\n\n\A..."
    Log
    C

    !D

    A
    ...