#include #include using namespace std; int main(void){ int x,y,x2,y2; cin>>x>>y>>x2>>y2; if(x==y && x2==y2 && 0