骗分专用
查看原帖
骗分专用
1356734
huyouxi楼主2024/11/22 21:30
#include<bits/stdc++.h>

using namespace std;

int main() {
    string s, t;
    cin >> s >> t;
    if (s > t) {
        cout << "abcdefghijklmnopqrstuvwxyz" << endl;
    } else if (s == t) {
        cout << "abcdefghijklmnopqrstuvwxyz" << endl;
    } else {
        cout << "zyxwvutsrqponmlkjihgfedcba" << endl;
    }
    return 0;
}
2024/11/22 21:30
加载中...