← Back to List
21569번: Цапли ↗
Solutions
Python 3
69 B | 69 chars
a, b = sorted([*map(int, input().split())]) print(b // 2 + b % 2, a)