import sys input=lambda: sys.stdin.readline().rstrip() a,b,x0,n=map(int,input().split()) print(n//2,n//2)