#include #include using namespace std; int main(){ numeric_limits _i; cout<<"Integer Range: "<<_i.min()<<" "<<_i.max()< return 0;}