vc代码求三个数最大值源代码 vc代码求三个数最大值源代码 #include "iostream" using namespace std; template Type Max1(Type a, Type b, Type c) { }