单项选择题执行以下程序时输入1234567<CR>,则输出结果是 #include <stdio.h> main() int a=1,b; scanf( %3d%2d ,&a,&b); printf( %d%d n ,a,b);
单项选择题当用户要求输入的字符串中含有空格时,应使用的输入函数是