0
0
已采纳
整形 a,b,c;
bool d,e,f;
cin>>a>>b>>c;
d=a>b&&a>c;
e=b>a||b>c;
f=c<=a;
cout<<d<<endl<<e<<endl<<f;
求采纳!
谢谢!
0
0
0
0
0
0
