← Back to List

30067번: Paslėpta suma ↗

Solutions

Python 3
56 B | 56 chars
l = [int(input()) for i in range(10)]
print(sum(l) // 2)