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.
This comment is hidden because it contains spoiler information about the solution
I get failure codes like this:
Should work for 100 random strings of 1000 length:
Expected: equal to Chp0Ht75AqBK8lDXY5bMkz
Actual: Chp0Ht75AqBK8lDXY5bMkz
Should work for 100 random strings of 10000 length:
Expected: equal to kVhRVLx4Ggtp1PLnPMUY84VDhkKG8oGq27LzjUWLuDjcl3WHySV4uk2s2c8EQKP1Kw2J8z
Actual: kVhRVLx4Ggtp1PLnPMUY84VDhkKG8oGq27LzjUWLuDjcl3WHySV4uk2s2c8EQKP1Kw2J8z
etc.
They are exactly the same, but i get the error anyway.
I passed all tests, but i got an Exit Code: 139, so i can´t submit the code. Does anybody know what this means?
Code is in C++.