代码如下#include <stdio.h>int main(){ int x; float y; scanf("%3d%f",&x,&y); printf("%5d %f",x,y); return 0;}
收起
当然是printf决定
报告相同问题?