摘要: #include #include #include #include #include #include #include #include #include using namespace std; class Solution { public: string LeftRotateString(string str, int n) { in... 阅读全文
posted @ 2017-09-22 16:32 bananaa 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 摘自:http://www.cnblogs.com/Czc963239044/p/6974190.html 阅读全文
posted @ 2017-09-22 10:28 bananaa 阅读(114) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include #include #include #include #include using namespace std; class Solution { public: //Insert one char from stringstream int hashTable[256]=... 阅读全文
posted @ 2017-09-22 09:24 bananaa 阅读(165) 评论(0) 推荐(0) 编辑