2016年7月22日

摘要: #include #include #include using namespace std; typedef vector vectorString; vectorString permu(string str) { if(str.length()==0) { vectorString vs; vs.push_back(""); ... 阅读全文
posted @ 2016-07-22 09:16 达达123567 阅读(830) 评论(0) 推荐(0)

导航