问题: (定义string s[n+1]; 2<m+1<n<100 )
1.将s[n]替换为'a' 2.删除s[m],并且进位,使得s[n]变为s[n-1]以此类推 3.添加'a'在s[m]处,s[m]的值变为s[m+1],以此类推 (时间越少越好,感觉题目要超时)