x1 = int(input())
y1 = int(input())
x2 = int(input())
y2 = int(input())
if x1 == x2 or y1 == y2 :
print('odnakovi')
else :
print('ne odnakovi')
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
x1 = int(input())
y1 = int(input())
x2 = int(input())
y2 = int(input())
if x1 == x2 or y1 == y2 :
print('odnakovi')
else :
print('ne odnakovi')