What about ______ a party next week? [ ]
A. have
B. has
C. having
D. hasing
答案:C
“观察人的口腔上皮细胞”实验中,应在载玻片上滴一滴
A.适量分数为9%的生理盐水
B.清水
C.蒸馏水
D.质量分数为0.9%的生理盐水
有如下函数模板的定义: template<class T> T func(T x,T y)return x*x+y*y; 在下列对func的调用中不正确的是
A) func(3,5); B) func<>(3,5);C) func(3,5.5); D) func<int>(3,5.5);