Ad
  • Custom User Avatar

    Tests did not find a bug in my code

    I added my test with these parameters and found an error in my code
    recipe = {"flour": 3000, "sugar": 150, "milk": 100}
    available = {"sugar": 500, "flour": 2000, "milk": 2000, "oil": 100, "eggs": 5}

  • Custom User Avatar

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