• Custom User Avatar

    OP solved it, closing

  • Custom User Avatar

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

  • Custom User Avatar

    it's difficult to tell without seeing your code, but most probably you handle null terminators incorrectly.

  • Custom User Avatar

    Hi, you're passing all of the random tests but failing on one of the fixed tests. I suggest you printf your inputs to see what chars your're getting.

  • Custom User Avatar

    Hey I am Searching for someone to practice programming with... Are you interested.?

  • Custom User Avatar

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

  • Custom User Avatar

    Hey, I keep failling at the same point when I try to attempt. I pass all the random test except the very last one but when I try the specific input on my IDE it works everytime, I'm a bit confused. Most of the times there are some extra characters at the end of my submited output, but the thing is that there aren't in my IDE.
    Example :

    Expected:
    "yl c:d+M]%ul Xd "
    Submitted:
    "yl c:d+M]%ul X
    d �"

    Someone has an idea to solve this ?