问题 更新时间2023/4/3 12:59:00
#include
using namespace std;
template
T fun(T x)
{
_____y;
y=x*x-T(5);
return y;
}
void main()
{
float a=2;
cout<
}
using namespace std;
template
T fun(T x)
{
_____y;
y=x*x-T(5);
return y;
}
void main()
{
float a=2;
cout<
}
答案