问题详情
有以下程序#include <stdio.h>main{ int x,y; scanf("%2d%ld",&x,&y); printf("%d ",x+y);}程序运行时输入:1234567,程序的运行结果是