填空题

以下程序运行后的输出结果是 【6】
main()
int x=0210;
printf("%X\n",x);

【参考答案】

88