%u,c语言无符号数输出 用例 : unsigned num;printf(“%u”,num); num范围 0-4294967295 4294967295=1<<32-1; 输出无符号数,相当于对1<<32取模;