填空题

执行程序时的输入为123456789,则程序的运行结果为______。 #include"stdio.h" main() { int a,b; scanf("%2d%*2d%1d",&a,&b); printf("%d\n",a-b); }

【参考答案】

G
热门 试题

填空题
单项选择题
B