2013年7月10日
摘要: 1 #include 2 #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;ipos;i--)30 {31 if (s[i]>s;64 cout<<sol.minNumber(s)<<end... 阅读全文
posted @ 2013-07-10 17:59 宇睿 阅读(178) 评论(0) 推荐(0) 编辑