填空题

以下程序运行后的输出结果是 (6)
#include<stdio.h>
main()
{int a=200,b=010;
printf("%d%d\n",a,b);
}

【参考答案】

2008