摘要:
#include <iostream>#include <cstdlib> template<class T>void changeLength1D(T*& a, int oldLength, int newLength) { if(newLength<0) { std::cout<<"new le 阅读全文
posted @ 2018-04-16 22:11
东宫得臣
阅读(256)
评论(0)
推荐(0)
摘要:
#include <iostream>#include <sstream>#include <fstream>#include <cmath>#include <iterator>#include <algorithm> template<class T>class linearList { pub 阅读全文
posted @ 2018-04-16 21:02
东宫得臣
阅读(228)
评论(0)
推荐(0)
浙公网安备 33010602011771号