如果int a=1,b=2,c=3,d=4;则条件表达式a

问题描述:

如果int a=1,b=2,c=3,d=4;则条件表达式a

int a=1,b=2,c=3,d=4;
if(a else {
if(c else return d;
}
answer is 1