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
    태그
    제출 기록
    5222
    맞았습니다.
    681
    아이디