求解
2025-07-27 17:28:54
发布于:广东
3阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b,c,d;
string n,f,t;
cin>>n>>a>>b>>f>>c>>d>>t;
n+=f;
cout<<n.size()<<endl;
if(n>t){
cout<<n;
}else{
cout<<t;
}
return 0;
}
各位大佬看看哪里错了!
这里空空如也
有帮助,赞一个