You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 satır
135B

  1. packs = [sum(map(int, block.splitlines())) for block in open(0).read().split('\n\n')]
  2. print(max(packs))
  3. print(sum(sorted(packs)[-3:]))