package main type Cursor struct { node_x int node_y int x int y int }