0
0
0
0
0
0
0
0
int x,y;
cin>>x>>y;
if(x>y)
cout<<">"<<endl;
else if(x<y)
cout<<"<"<<endl;
else
cout<<"="<<endl;
0
0
0
0

