0_0_3837014_13917.c:7: error: syntax error before "edges"
0_0_3837014_13917.c:10: error: syntax error before "visit"
0_0_3837014_13917.c: In function `addEdge':
0_0_3837014_13917.c:13: error: request for member `l' in something not a structure or union
0_0_3837014_13917.c:13: error: request for member `r' in something not a structure or union
0_0_3837014_13917.c:13: error: request for member `w' in something not a structure or union
0_0_3837014_13917.c:13: error: request for member `next' in something not a structure or union
0_0_3837014_13917.c: At top level:
0_0_3837014_13917.c:18: error: syntax error before "spfa"
0_0_3837014_13917.c: In function `spfa':
0_0_3837014_13917.c:20: error: `true' undeclared (first use in this function)
0_0_3837014_13917.c:20: error: (Each undeclared identifier is reported only once
0_0_3837014_13917.c:20: error: for each function it appears in.)
0_0_3837014_13917.c:22: error: `queue' undeclared (first use in this function)
0_0_3837014_13917.c:22: error: syntax error before "int"
0_0_3837014_13917.c:25: error: `qu' undeclared (first use in this function)
0_0_3837014_13917.c:32: error: `false' undeclared (first use in this function)
0_0_3837014_13917.c:36: error: request for member `next' in something not a structure or union
0_0_3837014_13917.c:37: error: request for member `r' in something not a structure or union
0_0_3837014_13917.c:38: error: request for member `w' in something not a structure or union
0_0_3837014_13917.c: In function `main':
0_0_3837014_13917.c:53: error: syntax error before '/' token
0_0_3837014_13917.c:55: error: `EOF' undeclared (first use in this function)
0_0_3837014_13917.c:62: error: `true' undeclared (first use in this function)
|