填空题

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

【参考答案】

8,10
热门 试题