摘要: https://blog.csdn.net/hhhhxxn/article/details/106059028 图片也是网上找的 阅读全文
posted @ 2022-09-10 19:44 balabalahhh 阅读(31) 评论(0) 推荐(0)
摘要: 1 #include <iostream> 2 using namespace std; 3 4 5 template <class T> 6 struct GoodCopy { 7 // 在此处补充你的代码 8 void operator()(T* p,T* q,T* r){ 9 int n = 阅读全文
posted @ 2022-09-10 17:17 balabalahhh 阅读(35) 评论(0) 推荐(0)