填空题

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

【参考答案】

0