← Back to List

6810번: ISBN ↗

Solutions

Python 3
88 B | 88 chars
n=[*map(int,open(0).read().split())]
print(f"The 1-3-sum is {91+sum(n[0::2])+n[1]*3}")