最近在lintcode上做算法题,发现几个比较有用的函数,记录一下。 std::to_string std::stoi std::numeric_limits, 这实际上是一个template class, 可以替换INT_MAX, INT_MIN