#include <iostream>
#include <boost/iterator/iterator_adaptor.hpp>
// 自定义迭代器
template<typename Iterator>
class MyIterator
#include <iostream>
#include <boost/iterator/iterator_adaptor.hpp>
// 自定义迭代器
template<typename Iterator>
class MyIterator