char,short -> int;
unsigned short -> unsigned;
long -> unsigned long;
float -> double;

int -> unsigned -> unsigned long -> double;
先①后②;