与x > y and y > z 语句等价的是
A、x > y > z;
B、not x < y or not y < z;
C、not x < y or y < z;
D、x > y or not y < z
发布时间:2024-10-14 18:33:07
A、x > y > z;
B、not x < y or not y < z;
C、not x < y or y < z;
D、x > y or not y < z