User:Sridharinfinity/Programming Contests/Sphere Source/54

From Wikipedia, the free encyclopedia
# 54. Julka
# Problem code: JULKA

for x in range(10):
    a,b = [int(raw_input()) for y in range(2)]
    t = (a+b)/2
    print t, a-t