分析题
void main( )
{ int x=-9,y=5,z=8;
if(x<y) if(y<0) z=0 ; eles z+=1
printf("%d",z);
}
【正确答案】
9
【答案解析】
提交答案
关闭