填空题

以下程序段的输出结果是 【10】
int a=1234;
printf("%2d\n",a);

【参考答案】

1234