Ad
  • Custom User Avatar

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

  • Custom User Avatar

    Updated C translation. Please review.

  • Custom User Avatar

    @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.

  • Custom User Avatar

    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.

  • Custom User Avatar

    It wasnt in random Tests but in the first tests, the solución passed all the random Tests

  • Custom User Avatar

    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

  • Custom User Avatar

    one and two are variable, not values

    random tests are in place to prevent hard-coding

  • Custom User Avatar

    lol i even could not post my feed back i succeeded only after two attmpts
    what a bullshit

  • Custom User Avatar

    awful design
    awful quality of anything
    Often "failed to save settins" error.
    fuck this teenager shit i quit

  • Custom User Avatar

    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.

  • Custom User Avatar

    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.

  • Custom User Avatar

    This is likely an issue with the server. Please try again.

  • Custom User Avatar

    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.