#include <bits/stdc++.h> using namespace std; int main() { int x=0; int y=0; cin>>x>>y; if(x>y) { cout<<">"; } if(x==y) { cout<<"="; } if(x<y) { cout<<"<"; } return 0; }
By signing up a 羽润编程 universal account, you can submit code and join discussions in all online judging services provided by us.
Using your 羽润编程 universal account