a, b, x0, N = map(int, input().split()) if x0 % 2: print(0, N // 2) else: print(N // 2, 0)