—Let’s play soccer.
—That _____ good.[ ]
A. sound
B. is sound
C. sound is
D. sounds
答案:B
肝胆动态显像中,使用促胆囊收缩素的作用()
A.检查前排空充满没有放射性胆汁的胆囊
B.测定胆囊收缩功能
C.避免假阳性
D.避免假阴性
E.缩短显像时间
以下程序的输出结果是 int a, b; void fun() {a=100; b=200; } main() {int a=5, b=7;fun();cout<<a<<b<<endl; }
A.100200
B.57
C.200100
D.75