#include #include /* * * 9.8 * * */ int main () { std::list::const_iterator cbeg; // to read std::list::iterator beg; // to write return 0; }