大神帮我看看我这题对不对?printf("x=%d,y=%6.2f,z=%2d"2,8.999,300)x=2,y=8.999(六个空格),z=30

来源:学生作业帮助网 编辑:六六作业网 时间:2024/05/23 18:23:21
大神帮我看看我这题对不对?printf("x=%d,y=%6.2f,z=%2d"2,8.999,300)x=2,y=8.999(六个空格),z=30大神帮我看看我这题对不对?printf("x=%d,

大神帮我看看我这题对不对?printf("x=%d,y=%6.2f,z=%2d"2,8.999,300)x=2,y=8.999(六个空格),z=30
大神帮我看看我这题对不对?
printf("x=%d,y=%6.2f,z=%2d"2,8.999,300)
x=2,y=8.999(六个空格),z=30

大神帮我看看我这题对不对?printf("x=%d,y=%6.2f,z=%2d"2,8.999,300)x=2,y=8.999(六个空格),z=30
x=2,y=(2个空格)9.00,z=300