未知题型
以下程序运行的结果是【1】. int main() { int a=2,b=3,c=2; if(a <b) c="c+1;" else printf("%d\n",c); return 0;>
【参考答案】
【1】2
点击查看答案&解析
相关考题
未知题型
