填空题

以下程序运行后的输出结果是______。
main()
int m=011,n=11;
printf("%d%d\n",++m,n++)

【参考答案】

1011