Ad
  • Default User Avatar

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

  • Default User Avatar

    Forked the C++ translation to introduce random tests and other UX changes.

  • Custom User Avatar

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

  • Custom User Avatar

    Really Confused on what this STDRR error means and why I'm getting this
    File "/workspace/default/tests.py", line 4 "Dermatoglyphics" --> true "aba" --> false ^^ SyntaxError: invalid syntax

  • Custom User Avatar

    "Dermatoglyphics" --> true "aba" --> false "moOse" --> false (ignore letter case)

    I think it's better to split this string with more space (or ;) or to write it as three lines.

    edit: you already have examples below, so this string should be removed.

  • Custom User Avatar

    Inconsistency in input-casing generation

    • Python && ruby: input will only generate lowercase letters

    • JS && CS: Very low probability of generating lowercase letters

    Random tests should be modified to randomly select lower + uppercase character from a string!

  • Custom User Avatar
  • Custom User Avatar

    Implement a function that determines whether a string that contains only letters is an isogram.

    This means the input should always be a string formed of letters. However, at least in C, we receive things like "a_string", which doesn't match.

  • Default User Avatar

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

  • Custom User Avatar

    attempt resulted to: Test Crashed
    Caught unexpected signal: SIGSEGV (11). Invalid memory access.
    what is the meaning of this error?
    I'm using C

  • Custom User Avatar

    No random tests in

    • C
    • C++
  • Default User Avatar

    I keep getting this error when i hit attempt: "Test Crashed\nCaught unexpected signal: SIGSEGV (11). Invalid memory access."
    What does this mean??

  • Custom User Avatar

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

  • Custom User Avatar

    Random tests are missing.

  • Default User Avatar

    quick question from a newbie...... how am i supopost to know? I mean I can google my way trouth the solution but isn't that cheating? Is there a better way to find this stuff out or do you all just google things?
    Thanks for any answer :)

  • Loading more items...