时梓繁 修练者 int a,b,c; a=3; b=2; c=1; int d=(d = a>b && b>=c && (a+b>c || a==c) || a+c < b && !(a>b==c)); cout<<d; } int main() { read(); return 0; }