Beakjoon&프로그래머스/파이썬

[백준/파이썬]21300번 Bottle Return

현장 2021. 4. 11. 01:32

-코드

n = list(map(int, input().split()))
r = sum(n)
print(r * 5)