填空题
程序时输入1234567,则输出结果是______。
#include
main()
int a=1,b;
scanf("%2d%2d",&a,&b);
printf("%d %d/n", a,b);
1、
【正确答案】
1、12 34
【答案解析】
提交答案
关闭