1short x;
2int x;
3long x;
4long long x;
5unsigned short x;
6unsigned x;
7unsigned long int x;
8unsigned long long int x;
9