摘要: 代码验证 #include<iostream> using namespace std; template <class T> T sum(T* array, int size = 0) { T total = 0; for (int i = 0; i < size; i++) total += a 阅读全文
posted @ 2023-04-28 21:26 许七安gyg 阅读(24) 评论(0) 推荐(0)