湖北成人高考网
位置:湖北成人高考网 >> 成考试题 >> 浏览试题

下面函数模板定义中不正确的是()。

发布时间:2021年10月03日

A.template

FF(F y){

return F+y;

}

B.template

FF(F y){

return y+y;

}

C.template

TF(T y){

return y*y;

}

D.template

TF(T y){

return y>1;

}

答案:A