int main ( void ) { unsigned short usX; usX = ( unsigned short ) ( -10 ); //遵循1 //... return ( 0 ); }