Help for this page

Select Code to Download


  1. or download this
    struct vertex_t {
      int id;
      double lon;
    ...
      vertex_t[] v;
      arc_t[] a;
    }
    
  2. or download this
    int i;
    graph_t g;