Ad
  • Default User Avatar

    Just checked, there isn't such a test case in any languages now. Please report again if you see such a test case with a wrong expected answer.

  • Default User Avatar

    same result (

  • Custom User Avatar

    But I passed all the tests.

  • Custom User Avatar

    I got "YES" on this one as well.

  • Custom User Avatar

    I'm getting an expected "NO got a "YES" on the following array: "[ 25,25,25,25,25,25,25,25,25,25,25,25,25,25,50,50,50,50,50,100,100,100,100,100 ]
    all other tests are correct, doesn't make sense to me as the clerk should have enough 25 and 50 notes to cover the 100 bills?

  • Custom User Avatar

    I have added this to the description. Thank you.

  • Custom User Avatar

    If one uses 'letorconst` or other ES6 features, the code will get longer due to the transformation by babel. That should get mentioned in the description.

  • Custom User Avatar

    Pls help I've done a character count elsewhere it shows 245, the test says 280? I also sneakily tried assigning strings to vars at one point, which brought the actual count down further, but in the test it went even higher! confused..