Ad
  • Default User Avatar

    No. That means your code is returning '60000010000800020060' instead of '600000 + 10000 + 8000 + 200 + 60'.

  • Default User Avatar

    Random Test is wrong in python.
    The test expects:
    '60000010000800020060' should equal '600000 + 10000 + 8000 + 200 + 60'.
    It should be:
    '60000010000800020060' should equal '60000000000000000000 + 10000000000000 + 800000000 + 20000 + 60'.