a, b, c, d = input().split() print(f'{a} {b} {int(c)+1} {d}')