1 条题解

  • 0
    @ 2022-8-22 15:38:27
    #include <bits/stdc++.h>
    
    using namespace std;
    
    int main(){
    	string a,b;
    	cin>>a>>b;
    	if(a>=b){
    		cout<<b<<endl<<a;
    	}
    	else{
    		cout<<a<<endl<<b;
    	}
    	
    }
    
    
    • 1

    信息

    ID
    112
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    递交数
    29
    已通过
    16
    上传者