0_0_6483625_20444.c:5:21: algorithm: No such file or directory
0_0_6483625_20444.c:6: error: syntax error before "std"
0_0_6483625_20444.c:14: error: variable-size type declared outside of any function
0_0_6483625_20444.c:15: error: syntax error before "edge"
0_0_6483625_20444.c:15: error: variable-size type declared outside of any function
0_0_6483625_20444.c:17: error: variable-size type declared outside of any function
0_0_6483625_20444.c:17: error: variable-size type declared outside of any function
0_0_6483625_20444.c:18: error: variable-size type declared outside of any function
0_0_6483625_20444.c:18: error: variable-size type declared outside of any function
0_0_6483625_20444.c:18: error: variable-size type declared outside of any function
0_0_6483625_20444.c:18: error: variable-size type declared outside of any function
0_0_6483625_20444.c:25: error: syntax error before '&' token
0_0_6483625_20444.c: In function `add_edge':
0_0_6483625_20444.c:27: error: `idx' undeclared (first use in this function)
0_0_6483625_20444.c:27: error: (Each undeclared identifier is reported only once
0_0_6483625_20444.c:27: error: for each function it appears in.)
0_0_6483625_20444.c:27: error: `v' undeclared (first use in this function)
0_0_6483625_20444.c:27: error: `u' undeclared (first use in this function)
0_0_6483625_20444.c: In function `dfs':
0_0_6483625_20444.c:36: error: `bool' undeclared (first use in this function)
0_0_6483625_20444.c:36: error: syntax error before "isleaf"
0_0_6483625_20444.c:37: error: 'for' loop initial declaration used outside C99 mode
0_0_6483625_20444.c:37: error: request for member `next' in something not a structure or union
0_0_6483625_20444.c:39: error: request for member `v' in something not a structure or union
0_0_6483625_20444.c:43: error: `isleaf' undeclared (first use in this function)
0_0_6483625_20444.c:43: error: `false' undeclared (first use in this function)
0_0_6483625_20444.c: In function `main':
0_0_6483625_20444.c:65: error: 'for' loop initial declaration used outside C99 mode
0_0_6483625_20444.c:67: error: 'for' loop initial declaration used outside C99 mode
0_0_6483625_20444.c:68: error: redefinition of 'i'
0_0_6483625_20444.c:67: error: previous definition of 'i' was here
0_0_6483625_20444.c:68: error: 'for' loop initial declaration used outside C99 mode
0_0_6483625_20444.c:71: error: redefinition of 'i'
0_0_6483625_20444.c:68: error: previous definition of 'i' was here
0_0_6483625_20444.c:71: error: 'for' loop initial declaration used outside C99 mode
|