← Back to List

8437번: Julka ↗

Solutions

Python 3
61 B | 61 chars
a=int(input())
b=int(input())
print((a+b)//2)
print((a-b)//2)