#include <chrono>
#include <cstdint>
#include <string>
#include <vector>
import mines:game;
Type of a move.
Uncover a cell.
Uncover all unflagged cells nearby the already uncovered cell.
Place a flag on the cell.
Place a mark on the cell.
Remove a flag or mark from the cell.