填空题

以下程序的输出结果是______。
main()
int i=010,j=10;
printf("%d,%d\n",i,j);

【参考答案】

8,10