通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
设有定义:
int n = 1234; double x = 3.1415;
则语句
printf("%3d,%1.3f\n", n, x);
的输出结果是( )。