028 简单的foreach

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