Відповідь:
python 3
Пояснення:
ls = input().split()
x1, y1, x2, y2 = ls[0], ls[1], ls[2], ls[3]
x3, y3 = x1, y2
x4, y4 = x2, y1
print(x3, y3, x4, y4)