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
Updated C translation. Please review.
@Satielo, that error message is confusing. I've reopened this issue so the test code can be fixed. Your code is failing on the random tests. I don't know why without seeing your code. If you do post it in the discussion, then please mark it as
spoiler
. We'll get the test code updated so it's output is more useful.@suic, please see the issue I opened above.
Test code for C doesn't provide useful output for errors in the randomized tests. It just tells you that "The expression (as strings) (one) == (two) is false." It's not clear to the user that "one" and "two" are variable names, not the expected and received values. See @Satielo's issue below. The error messaging needs to be reworked.
It wasnt in random Tests but in the first tests, the solución passed all the random Tests
I don't understand the problem description. However, what if the problem is: your solution didn't pass all tests, so it's not correct. I bet that this is the case. Try to paste it here and mark it as spoiler.
Regards,
suic
one
andtwo
are variable, not valuesrandom tests are in place to prevent hard-coding
lol i even could not post my feed back i succeeded only after two attmpts
what a bullshit
awful design
awful quality of anything
Often "failed to save settins" error.
fuck this teenager shit i quit
in the kata encrypt this, with C languaje, theres is a kind of error, because teh kata says, firstable, the first character of each word must be replaced with its ascii code, and in one of the test it shows the next message:
The expression (as strings) (one) == (two) is false.
this cant be correct because "t" is not the ascii code for o, and "wo" can not be the reverted position of "ne", i tried to complete the kata, my code passed all the tests, except for this one.
in the kata encrypt this, theres is a kind of error, because teh kata says, firstable, the first character of each word must be replaced with its ascii code, and in one of the test it shows the next message:
The expression (as strings) (one) == (two) is false.
this cant be correct because "t" is not the ascii code for o, and "wo" can not be the reverted position of "ne", i tried to complete the kata, my code passed all the tests, except for this one.
This is likely an issue with the server. Please try again.
when i try to attempt the kata, it pass the 5 basic tests and the ramdon test (100 random trings) is marked ass passed but there is an error, test crashed, but it doesnt says the reason or something like that.