以下程序段的输出结果是什么 int a=5, b=4, c=3, d; d=(a<b<c);

日期:2018-03-14 14:41:18 人气:1

以下程序段的输出结果是什么 int a=5, b=4, c=3, d; d=(a<b<c);

你的提问是不是有输入错误? d=(a<b<c)这个表达式不成立的
    A+
热门评论