河南成教 / C++程序设计
6[完成题]
6[完成题]
#include <iostream>
using namespace std;
template<class T>
T fun(T x)
{
_____y;
y=x*x-T(5);
return y;
}
void main()
{
float a=2;
cout<<fun(a);
}
参考答案:
佳题速递: