填空题 以下程序运行后的输出结果是 1
main2
int a=3,b=4,c=5,t=99;
if(b<A&&A
if(a<C&&B
printf("%d%d%d/n",a,b,c);


  • 1、
【正确答案】 1、4 5 99    
【答案解析】