def solve(): return partitions(range(1, 100), 100)
def solve(): return partitions([1, 2, 5, 10, 20, 50, 100, 200], 200)