0_0_10331437_30640.c: In function `main':
0_0_10331437_30640.c:18: error: syntax error before '/' token
0_0_10331437_30640.c:19: error: syntax error before ')' token
0_0_10331437_30640.c: At top level:
0_0_10331437_30640.c:26: error: syntax error before "return"
0_0_10331437_30640.c: In function `BFS':
0_0_10331437_30640.c:33: error: syntax error before '/' token
0_0_10331437_30640.c:37: error: syntax error before '/' token
0_0_10331437_30640.c:40: error: syntax error before '/' token
0_0_10331437_30640.c: At top level:
0_0_10331437_30640.c:45: error: `t' undeclared here (not in a function)
0_0_10331437_30640.c:46: error: syntax error before "if"
0_0_10331437_30640.c:50: error: variable-size type declared outside of any function
0_0_10331437_30640.c:50: error: variable-sized object may not be initialized
0_0_10331437_30640.c:50: error: conflicting types for 'visit_time'
0_0_10331437_30640.c:4: error: previous declaration of 'visit_time' was here
0_0_10331437_30640.c:51: error: syntax error before '}' token
0_0_10331437_30640.c:52: error: redefinition of 'next'
0_0_10331437_30640.c:45: error: previous definition of 'next' was here
0_0_10331437_30640.c:53: error: syntax error before "if"
0_0_10331437_30640.c:57: error: variable-size type declared outside of any function
0_0_10331437_30640.c:57: error: variable-sized object may not be initialized
0_0_10331437_30640.c:58: error: syntax error before '}' token
|