有如下函数模板定义:template<class T>

有如下函数模板定义:template T func(T x,T y){ return x*x+y*y; }在下列对func的调用中,错误的是

答案
C

题目信息

题号:6409
题型:单选题
难度:普通