029 简单的Filter

#include <iostream> #include <string> using namespace std; // 在此处补充你的代码 template<class T,class F> T Filter(T ar,T arEnd, T resAr, F fun) { for (ar;ar
posted @ 2022-02-23 16:59  icefield817  阅读(61)  评论(0编辑  收藏  举报