1
This commit is contained in:
5
levieProekti/Olymp2020/uoi/pryamokutnick.py
Normal file
5
levieProekti/Olymp2020/uoi/pryamokutnick.py
Normal file
@@ -0,0 +1,5 @@
|
||||
x1, y1, x2, y2 = map(int, input().split())
|
||||
if x1 < x2:
|
||||
print(x1, y2, x2, y1)
|
||||
else:
|
||||
print(x2, y1, x1, y2)
|
||||
Reference in New Issue
Block a user