作业帮 > 综合 > 作业

c:warning:unsigned int format,different type arg (arg 2)

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/10/03 02:56:50
c:warning:unsigned int format,different type arg (arg 2)
# include
int main ()
{
\x05unsigned short int x;
\x05c:scanf ("%u",&x);
\x05printf ("%u\n",x);
\x05goto c;
\x05return 0;
}
unsigned short int x;
输入输出用格式符号%hu