#2647. [GESP202606 二级 C++] 第 4 题
[GESP202606 二级 C++] 第 4 题
下面选择项中,与 C++ 表达式 not (x > 5 or y <= 10) 等价的是( )。
{{ select(1) }}
x <= 5 or y > 10x > 5 and y <= 10x <= 5 and y > 10not x > 5 and not y <= 10
下面选择项中,与 C++ 表达式 not (x > 5 or y <= 10) 等价的是( )。
{{ select(1) }}
x <= 5 or y > 10x > 5 and y <= 10x <= 5 and y > 10not x > 5 and not y <= 10