0
已解决
http://judge.codingtang.com/problem/1832/
我0分:
#include<iostream>
using namespace std;
int main()
{
int a,b,c,d;
cin >>a>>b>>c>>d;
ifz(a>c&&b>d)
cout<<"1";
else
cout<<"0";
return 0;
}
0
0
0
0

