0
已解决
姜思远
初级光能
初级光能
苏维埃需要帮助!!!!!!!!!!!
#include <iostream>
#include <cstdio>
#include <iomanip>
#include <string>
#include <cmath>
#include <algorithm>
#include <cstring>
#include <cstdlib>
using namespace std;
int main()
{
string n;
int s,i,j,k;
bool flag=0,a=0;
cin>>n>>s;
int len=n.size();
for(i=1;i<=s;i++)
{
for(j=0;j<=len-1;j++)
if(n[j]>n[j+1])
{
for(k=j;k<len-1;k++)
n[k]=n[k+1];
break;
}
len--;
}
for(i=0;i<=len-1;i++)
{
if(n[i]!='0')
flag=true;
if(flag) cout<<n[i];
}
return 0;
}
0
已采纳
沈峻宇
资深天翼
资深天翼
没有这题!请给出正确题号
沈峻宇在2020-04-23 11:44:01追加了内容
东华帝君表示疑问
沈峻宇在2020-04-23 11:44:47追加了内容
0
0
0
0
0
0
0