Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
20926 季洁 加入数 C++ 解答错误 10 0 MS 256 KB 281 2021-06-21 17:33:48

Tests(1/10):


#include<bits/stdc++.h> using namespace std; int main(){ string s1,s2,y,x,v=""; cin>>s1>>s2; y=s1; for(int i=0;i<=s1.size();i++){ y=s1; y.insert(i,s2); for(int j=1;j<=y.size()-1;j++){ x=y; x.erase(j,j); if(x>v) v=x; } } cout<<v; return 0; }


测评信息: