0_0_29169637_15744.cpp:4:11: error: variable or field 'init' declared void
void init(Graph* &g){
^
0_0_29169637_15744.cpp:4:11: error: 'Graph' was not declared in this scope
0_0_29169637_15744.cpp:4:19: error: 'g' was not declared in this scope
void init(Graph* &g){
^
0_0_29169637_15744.cpp:10:14: error: variable or field 'addedge' declared void
void addedge(Graph* g, int s, int t, EdgeType w){
^
0_0_29169637_15744.cpp:10:14: error: 'Graph' was not declared in this scope
0_0_29169637_15744.cpp:10:21: error: 'g' was not declared in this scope
void addedge(Graph* g, int s, int t, EdgeType w){
^
0_0_29169637_15744.cpp:10:24: error: expected primary-expression before 'int'
void addedge(Graph* g, int s, int t, EdgeType w){
^
0_0_29169637_15744.cpp:10:31: error: expected primary-expression before 'int'
void addedge(Graph* g, int s, int t, EdgeType w){
^
0_0_29169637_15744.cpp:10:38: error: 'EdgeType' was not declared in this scope
void addedge(Graph* g, int s, int t, EdgeType w){
^
0_0_29169637_15744.cpp:18:16: error: variable or field 'printEdge' declared void
void printEdge(Graph* g, int v){
^
0_0_29169637_15744.cpp:18:16: error: 'Graph' was not declared in this scope
0_0_29169637_15744.cpp:18:23: error: 'g' was not declared in this scope
void printEdge(Graph* g, int v){
^
0_0_29169637_15744.cpp:18:26: error: expected primary-expression before 'int'
void printEdge(Graph* g, int v){
^
|