Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
My man is playing 4d chess
Hi Natan,
Thanks for commenting. I finally figured the whole thing out and solved it. I just needed to find a way to print the unsigned ASCII values of the input string, insted of trying to print the characters directly, in order to understand what was going on, among a few other things lol... Took way longer than I thought it would, but it was a good feeling to finally pass all the tests. Thanks for responding.
(C++) I can pass the 3 basic standard tests, but get a timeout when I use the attempt button. I'm trying to debug, so I was trying to print out the code and input to see the test. However, when I print out the input, I get a bunch of unknown characters that I can't read. What can I do to find out what the tests are expecting as input/output? I can't see them. There's also no "Expected this and got that" sort of message.
For example, for cout << code << " " << input << std::endl;
I get:
,+[-.,+] Z`�3Q�C��ſ"|y�%�]:�
,[.[-],] Z`�3Q�C��ſ"|y�%�]:
If I try to feed these to some online interpreter to see the expected output, it of course doesn't work. How can I find the input and expected output of the tests that I'm failing?
Lol nice, had no idea this existed.
That's wild bruh
This comment is hidden because it contains spoiler information about the solution