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