摘要:
//一组数组传参//#include<stdio.h> //void InputArray(int n[], int a);//void OutputArray(int n[], int a);//int main()//{// int m[3];// InputArray(m, 3);// Out 阅读全文
摘要:
/*模块格式:template<class T>返回值类型 函数名(参数形参表){ 函数体;}*///#include<iostream>//using namespace std;//template <class T>//T GetMax(T a, T b)//{// T result;// r 阅读全文