数值的极值(Numeric Limit)

数值的极值(Numeric Limit)

Content #

#include <limits>
std::numeric_limits<int>::max()
std::numeric_limits<int>::min()

From #