2025-07-27 17:28:54
发布于:广东
#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;
}
各位大佬看看哪里错了!
全部评论 3

5天前 来自 广东
0物语,有n次操作,知道你刚入坑但是能看题吗

5天前 来自 广东
0这里错了
5天前 来自 广东
0
















有帮助,赞一个