设一元二次方程x2-x-1=0的两个实数根分别为x1和x2,则x1+x2=( ),x1x2=( )。
1;-1
伤寒治疗首选()。
A.青霉素
B.链霉素
C.氯霉素
D.四环素
E.环丙沙星
有如下函数模板定义: template<typename T1,typename T2,typename T3> T2 plus T1 t1,T3 t3)return t1+t3; 则以下调用中正确是
A) plus(3,5L);B) plus<>(3,5L);C) plus<int>(3,5L);D) plus<int,double>(3,5L);