填空题
有以下程序 #include<stdio.h> main() {int x,y; scarf("%2d%1d",&x,&y);printf("%d\n",x+y); } 程序运行时输入:1234567,程序的运行结果是 (7) 。