#define rep(i,n) for(int i=0;i<(int)(n);i++) #define ALL(v) v.begin(),v.end() typedef long long ll; #include using namespace std; int main(){ ios::sync_with_stdio(false); std::cin.tie(nullptr); int s,t; char c; cin>>s>>t>>c; int b=0; if(c=='<' && s' && s>t) b=1; else if(c=='=' && s==t) b=1; if(b) cout<<"YES"<