题目内容

$ 下面命题正确的是:$

A. $ 若 R 是集合 A 上的传递关系,则 R^2 也是集合 A 上的传递关系。$
B. $ 若集合 A 上的关系 R 是对称的, 则 R^{-1} 也是对称的。$
C. $ 一个不是自反的关系,一定是反自反的。$
D. $ 集合 A = \{1,2,3\} 上的任何关系 R 都不可能既是对称的,又是反对称的。 $

查看答案
更多问题

$下列命题联结词集合中,哪个是最小联结词集? $

A. $\{\neg, \wedge, \rightarrow\} $
B. $\{\neg, \wedge, \vee\} $
C. $\{\uparrow\} $
D. $\{\wedge, \rightarrow\} $

class A{ public: void setA(int); private: int a; }; class B{ public: void setB(int); private: int b; }; class C:public A, private B{ public: void setC(int, int, int); private: int c; }; void A::setA(int x){ a = x; } void B::setB(int x){ b = x; } void C::setC(int x, int y, int z){ setA(x); setB(y); c = z; } int main(int argc, const char * argv[]) { C obj; obj.setA(5); // A obj.setB(6); // B obj.setC(6, 7, 9); // C return 0; } main函数中哪条语句是错误的

A. 语句
B. 语句
C. 语句

I tried to compute the cash value of the ponies and horse boxes.

A. criticize
B. swing
C. convey
D. calculate

Carers from all over the UK lobbiedParliament last week to demand a better financial deal.

A. originated
B. refined
C. persuaded
D. conserved

答案查题题库