问题 填空题

以下程序输出的结果是 【10】 。 #include<iostream.h> void main() { int a=5,b=4,c=3,d; d=(a>b>c); cout<<d; }

答案

参考答案:0

单项选择题
判断题