2015年4月10日

摘要: 在求最长子字符串中题中要遍历个上万字符数据1.使用c++11代码for (auto ch : s) { auto ss = vsi[ch]; vsi[ch].insert(i); i++; }2.使用c++98代码 for (int i = 0; i > vsi(256); char ... 阅读全文
posted @ 2015-04-10 10:04 unreall 阅读(186) 评论(0) 推荐(0) 编辑

导航