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 :
OP solved it, closing
This comment is hidden because it contains spoiler information about the solution
it's difficult to tell without seeing your code, but most probably you handle null terminators incorrectly.
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.Hey I am Searching for someone to practice programming with... Are you interested.?
This comment is hidden because it contains spoiler information about the solution
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 Xd �"
Someone has an idea to solve this ?