Ad
  • Custom User Avatar

    Python version has been unvandalised.

  • Custom User Avatar

    Looks like reference solution used in random tests is broken in Python:

    n = 'cFvlTdiKEtpbFelypdBMedFAwFREZpSCTYtdAHjK'
    'None' should equal 'cFvlTdiKEtpbFelypdBMedFAwFREZpSCTYtdAHjK'
    
    n = [True, 'rEphPvKCsKWwSHMIBQDUUBiZllXIMAoVNZsejnhwlzhFxPUtHcauSBmpxISdYYRJiECCTeKJOuoLXeniQv', 2.8734614611045954e+19]
    'None' should equal "[True, 'rEphPvKCsKWwSHMIBQDUUBiZllXIMAoVNZsejnhwlzhFxPUtHcauSBmpxISdYYRJiECCTeKJOuoLXeniQv', 2.8-7-3-46-1-46-1-1-04-5-9-5-4e+-1-9-]"
    
    n = [[False], [-3.421930879630696e+19, -1.6600720701143108e+19], 1.4448504654024794e+19]
    'None' should equal '[[False], [-3-.42-1-9-3-08-7-9-6-3-06-9-6e+-1-9-, -1-.6600-7-20-7-0-1-1-4-3-1-08e+-1-9-], -1-.4448-5-046-5-4024-7-9-4e+-1-9-]'
    
  • Default User Avatar
  • Custom User Avatar

    Now I also get a timeout with your current code, did you change it? I don't think you can see what the input is the way the tests are build when a timeout happens.

  • Custom User Avatar

    We neither, your current code fails a lot of tests and my previous solution worked fine, so, not a kata issue.