表示无符号整数,可增加或减少,但是不超过最大值。
Represents an unsigned integer which may increase or decrease but shall never exceed a maximum value.
否则,如果有符号整型可以表示无符号整型的值时,公共类型是有符号类型。
Otherwise, if the signed integer type can represent all of the values of the unsigned type, the common type is the signed type.
如果你在你的表达式中用到ul(表示无符号长整型),那么你有了一个好的起点。
If you in your expression used UL (said unsigned long integer), then you have a good starting point.
应用推荐