Making Candies

  • + 0 comments

    Many accepted submissions (that use greedy algo) are actually wrong.

    Need to add these tests: ` Input: 5 5 25 50 Output: 2 And Input: 5 5 1 100 Output: 2