9 條題解

  • 2
    @ 2024-9-29 23:33:28
    #include <iostream>
    #include <string>
    using namespace std;
    int main(){
    	string a,b;
    	cin >> a >> b;
    	if(a < b)cout << "YES";
    	else cout << "NO";
    	return 0;
    }
    

    資訊

    ID
    38
    時間
    1000ms
    記憶體
    128MiB
    難度
    8
    标签
    遞交數
    5231
    已通過
    689
    上傳者