下列程序的输出是() main(){int a=011;printf("%d\n",++a);}
以下程序的输出结果为() #include "stdio.h" main(){int a=010,j=10;printf("%d,%d\n",++a,j--);}