通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
以下程序的输出结果为_____。
#include<stdio.h> void main() { int a=010,j=10; printf("%d,%d\n",++a,j--); }