#include <iostream>

#include <list>
#include <utility>


typedef std::list<std::pair<int, MyList::const_iterator>> MyList;

int main() {

}