#include <iostream> #include <cstdio> #include <cstring> #include <algorithm> #define endl '\n' using namespace std; typedef long long ll; int main() { string s, t, tmp, tmp2; cin >> s >> t; if (s > t) cout << "No" << endl; else cout << "Yes" << endl; return 0; }
注册一个 HydroOJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 HydroOJ 通用账户