#include <limits>
int max_int = numeric_limits<unsigned short int>::min();
cout << max_int << endl;
转载于:https://www.cnblogs.com/theodoric008/p/9174524.html
#include <limits>
int max_int = numeric_limits<unsigned short int>::min();
cout << max_int << endl;
转载于:https://www.cnblogs.com/theodoric008/p/9174524.html