← Back to List
26741번: Farma ↗
Solutions
Python 3
67 B | 67 chars
x, y = map(int, input().split()) print(2 * x - y // 2, y // 2 - x)