摘要: vector extractNums(const std::string& s){ vector nums; bool extracting = false; auto begin = s.cbegin(); for (auto it = s.cbegin(); it != ... 阅读全文
posted @ 2015-12-31 14:49 wu_overflow 阅读(189) 评论(0) 推荐(0)