Ad
  • Custom User Avatar

    Fixed, thanks

  • Custom User Avatar

    Typos in the description:

    Your task is to //us a select// statement to return a //sinlge// column table containing the full title of the person (concatenate all columns together except id), as follows:

  • Custom User Avatar

    A little easy for 5 Kyu, no?

    Good for some points though! :D

  • Custom User Avatar

    nvm!

    yea my code was too slow

  • Custom User Avatar

    How many are all tests? Maybe it times out when it reaches a huge string.
    Probably your code is not fast enough then. Or it could be a CW problem. Can't tell without seeing the code itself.

  • Custom User Avatar

    R translation kumited!

    Please carefully review and approve.

    Uses the same example and basic tests as the python version.
    Uses the same structure and parameters for the random tests as python version.
    Reference solution and random tests commented in test suite, in case you're unfamiliar with R.

    Thanks!

  • Custom User Avatar

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

  • Custom User Avatar

    Traceback:
    in
    in song_decoder
    IndexError: string index out of range

    I keep getting this error, despite passing 6 tests.

    Where do I find the line this error is occuring?