1 #include2 #include 3 using namespace std; 4 5 6 7 class SwappingDigits 8 { 9 public:10 bool notBiggest(string &s,int pos)11 {12 int len=s.length();13 int i=0;14 for (i=pos+1;i pos;i--)30 {31 if (s[i] >s;64 cout< <
本文共 448 字,大约阅读时间需要 1 分钟。
1 #include2 #include 3 using namespace std; 4 5 6 7 class SwappingDigits 8 { 9 public:10 bool notBiggest(string &s,int pos)11 {12 int len=s.length();13 int i=0;14 for (i=pos+1;i pos;i--)30 {31 if (s[i] >s;64 cout< <
转载于:https://www.cnblogs.com/mengqingzhong/p/3182593.html