Ad
  • Default User Avatar

    Pretty sure I'm having floating point errors and I'm unsure how to correct my solution for them. Off by one on a couple tests each time.

  • Default User Avatar

    On the final basic test I'm getting:
    ValueError: invalid literal for int() with base 10: ''
    m shouldn't be a non positive int let alone an empty string.
    The other 208 tests pass and I'm unsure what is wrong.