Ad
  • Default User Avatar

    How did you solved this problem? It is the same I am having now :)

  • Default User Avatar

    Hi :) Please let me know where I'm failing: rows did not match expected @@,name ,first_lastname,... ...,... ,... ,... ,Quinn ,Howe ,... : ,Arden Trantow ,Prosacco ,... ,Taina ,Lueilwitz ,... ...,... ,... ,... ,Leola ,Bahringer ,... : ,Lucius Gerhold ,Nitzsche ,... : ,Sen. Waldo ,Klein ,... ,Ashanti ,Yost

  • Default User Avatar
  • Default User Avatar

    Test cases for random numbers sometimes does not include the possibility of having 9 digits in the middle of the number. If this happens, sometimes code accomplish well the task because these random tests are missing and in other cases it will fail in these cases.

    Examples like 9999 -> 10000, 999 -> 1000, 99 -> 100, 9 -> 10

    Programming Language: C

  • Default User Avatar

    My algorithm outputs this for abc
    Output: abc
    Output: acb
    Output: bac
    Output: bca
    Output: cba
    Output: cab
    But I obtained failed when the output is equal, and passed all the tests of the kata.

  • Default User Avatar

    Dears,

    Please let me know what is the input for each of the tests.
    For the first one is clear and is displayed on the screen as
    the layout and for the others? For instance, I would like to know
    the input for the observed case "11".

    Cheers,
    António Pedro

  • Default User Avatar

    Hello

    I have tried my regular expression and all passed in test.

    I found a mistake that in tests before most of the validations there is a "!" character.

    Please help in order to solve this kata.

    Cheers,
    António Pedro