1 solutions

  • 1
    @ 2025-2-4 11:34:09
    #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;
    }
    

    Information

    ID
    18530
    Time
    2000ms
    Memory
    1024MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    4
    Accepted
    4
    Uploaded By