Ad
  • Custom User Avatar

    I've reproduced those tests in the sample tests section and my code pass them.

    Also after a closer look at the random tests it would seem that all the tests with a Money value other than 0 expects a result of 0 so the issue might be somewhere else in the random tests implementation.

  • Custom User Avatar

    Hi, the oracle for the Python random tests seems broken.

    In the random tests I've seen the following results:

    test 1 test 2
    inputs money: 1194 money: 136
    Coins: [8, 390] Coins: [136]
    Test Expects 0 0
    Real Solutions 390 * 3 + 8 * 3 136
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution