#include "sudoku.h" #include "col.h" box& col::iterator::operator*() const { return p->a[y][x]; }