随笔分类 - OJ...
摘要:int SplitString(string inputStr, string splitStr, vector &result) { if(inputStr.empty() || splitStr.empty()) return -1; int nCnt = 0; string::size_type nSplit = splitStr.size(); ...
阅读全文
摘要:#include #include #include #include #include using namespace std; bool Compare(const string &a, const string &b) { return ((a+b) > (b+a)); } void GetResult(vector vNums, string &strRlt) {...
阅读全文

浙公网安备 33010602011771号