x=0;y=0

for _ in range(3):a,b=map(int,input().split());x^=a;y^=b

print(x,y)


사각형 점찾기인데

;x^=a;y^=b << 이게 뭐가쓰인거임? 

구글에 검색해봐도 파이플롯만나와