0
已解决
汤启恩
新手光能
新手光能
#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
string s;
cin>>n>>s;
for(int i;i=0,n--;s.erase(i,1))
while(i<s.size()&&s[i]>=s[i+1])
i++;
while(s[0]=='0')
s.erase(0,1);
cout<<s;
return 0;
}
70
汤启恩在2020-09-28 19:26:15追加了内容
ding
汤启恩在2020-09-30 19:14:41追加了内容
ding