填空题

有以下程序:
#include <stdio.h>
main()
( int x,y;
scanf("%02d%1d", &x, &y); printf("%d\n", x+y);

程序运行时输入:1234567,程序的运行结果是______。

【参考答案】

O