根据提供的类型返回相应的类型

template<typename T>
void o(T x)
{cout << x << endl;}

C++模板