#include using namespace std; int main(int argc, char* argv[]) { int N,i; cin>>N; int A,B; for (i=0;i>A>>B; if (A>B){ cout<<"<"<