#include using namespace std; int read(){ int x=0,f=1;char ch=getchar(); while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();} while(ch>='0'&&ch<='9'){x=x*10+ch-'0';ch=getchar();} return x*f; } int main(){ // freopen("hometown.in","r",stdin); // freopen("hometown.out","w",stdout); int a,b,c,d; cin>>a>>b>>c>>d; if(a1){ cout<<"0 "<1){ cout<<"1 "<