题目内容
#include main(){ int a=12, b= -34, c=56, min=0;min=a;if(min>b)min=b;if(min>c)min=c;printf("min=%d", min);}该程序的运行结果为min=
查看答案
搜索结果不匹配?点我反馈