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.
|
- packs = [sum(map(int, block.splitlines())) for block in open(0).read().split('\n\n')]
- print(max(packs))
- print(sum(sorted(packs)[-3:]))
|