摘要:
bool checkSame(std::string a, std::string b) { constexpr int size = 145; std::vector<int> count(145); std::for_each(a.cbegin (), a.cend (), [&](char c 阅读全文
posted @ 2016-02-15 02:15
wu_overflow
阅读(143)
评论(0)
推荐(0)
浙公网安备 33010602011771号