Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
20928 季洁 加入数 C++ 通过 100 0 MS 260 KB 274 2021-06-21 20:14:52

Tests(10/10):


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


测评信息: