填空题

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

【参考答案】

10 11
热门 试题

填空题
______是数据库设计的核心。