while 1:a=input().split();a.remove(str(sum(map(int,a))-100));print(' '.join(a))