Help for this page
struct vertex_t { int id; double lon; ... vertex_t[] v; arc_t[] a; }
int i; graph_t g;