作业帮 > 综合 > 作业

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

来源:学生作业帮 编辑:搜搜考试网作业帮 分类:综合作业 时间:2024/07/06 12:32:24
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;
}
c:warning:unsigned int format,different type arg (arg 2)
unsigned short int x;
输入输出用格式符号%hu