← Back to List
28648번: Торговый центр ↗
Solutions
Python 3
76 B | 76 chars
print(min([sum([*map(int, input().split())]) for _ in range(int(input()))]))