Ad
  • Custom User Avatar

    If this is for css, shouldn't '#111' be acceptable as well?

  • Custom User Avatar

    I think test cases lack explicit check for large negative number, for example -100. I really saw some solutions that used only -1 for empty result check.

  • Custom User Avatar

    The Haskell test suite does not enforce the correctness for n > 254 case, so I accidentally submitted an incorrect solution and it got accepted.