银行的资产中,流动性最强的有()。
A.库存现金
B.托收中的款项
C.存放同业款项
D.在央行的超额准备金存款
参考答案:A
硬脊膜外隙位于()
A.蛛网膜与硬膜之间
B.硬脊膜与椎管内骨膜之间
C.脊髓圆锥周围
D.软脑膜周围
E.硬脑膜与颅骨之间
有如下类定义: class AA { int a; public: int getRef()const{ return &a; } //① int getValue()const{ return a; } //② void set(int n)const{ a=n; } //③ friend void show(AA aa)const{ cout<<a; }//④ }; 其中的四个函数定义中正确的是( )。
A.①
B.②
C.③
D.④