1 #include<iostream> 2 #include<climits> 3 4 int main(){ 5 using namespace std; 6 int n_int = INT_MAX; 7 short n_short = SHRT_MAX; 8 long n_long = LONG_MAX; 9 10 cout<<"