We put Christmas things _________ the tree.[ ]
A. at
B. of
C. to
D. on
答案:D
有以下程序: #include<iostream> using namespace std; class A { private:int x; public:A(int a){ x=a;}friend class B; }; class B { public:void print(A a){ a.x--; cout<<a, x<<end1;} }; int main () {A a(10);B b;b.print (a) ;return 0; } 程序执行后的输出结果是( )。
A.9
B.10
C.11
D.12
下列英语名词没有复数形式的是“()”。
A、woman
B、family
C、work
D、desk