0_0_7673096_29661.c:2:19: iostream: No such file or directory
0_0_7673096_29661.c:3:18: cstring: No such file or directory
0_0_7673096_29661.c:4:17: cstdio: No such file or directory
0_0_7673096_29661.c:5:16: cmath: No such file or directory
0_0_7673096_29661.c:6:16: queue: No such file or directory
0_0_7673096_29661.c:8: error: syntax error before "namespace"
0_0_7673096_29661.c:16: error: syntax error before "use"
0_0_7673096_29661.c: In function `Input':
0_0_7673096_29661.c:26: error: 'for' loop initial declaration used outside C99 mode
0_0_7673096_29661.c:27: error: 'for' loop initial declaration used outside C99 mode
0_0_7673096_29661.c:28: error: `false' undeclared (first use in this function)
0_0_7673096_29661.c:28: error: (Each undeclared identifier is reported only once
0_0_7673096_29661.c:28: error: for each function it appears in.)
0_0_7673096_29661.c:29: error: `cin' undeclared (first use in this function)
0_0_7673096_29661.c:40: error: `true' undeclared (first use in this function)
0_0_7673096_29661.c: At top level:
0_0_7673096_29661.c:43: error: syntax error before "dfs"
0_0_7673096_29661.c: In function `dfs':
0_0_7673096_29661.c:46: error: `true' undeclared (first use in this function)
0_0_7673096_29661.c:48: error: `tx' undeclared (first use in this function)
0_0_7673096_29661.c:48: error: `ty' undeclared (first use in this function)
0_0_7673096_29661.c:49: error: `fasle' undeclared (first use in this function)
0_0_7673096_29661.c:51: error: 'for' loop initial declaration used outside C99 mode
0_0_7673096_29661.c:54: error: `false' undeclared (first use in this function)
0_0_7673096_29661.c:62: error: syntax error before '/' token
0_0_7673096_29661.c: In function `bfs':
0_0_7673096_29661.c:68: error: `queue' undeclared (first use in this function)
0_0_7673096_29661.c:68: error: syntax error before "int"
0_0_7673096_29661.c:69: error: syntax error before "int"
0_0_7673096_29661.c:70: error: `qx' undeclared (first use in this function)
0_0_7673096_29661.c:71: error: `qy' undeclared (first use in this function)
0_0_7673096_29661.c:73: error: `false' undeclared (first use in this function)
0_0_7673096_29661.c:74: error: `true' undeclared (first use in this function)
0_0_7673096_29661.c:80: error: 'for' loop initial declaration used outside C99 mode
0_0_7673096_29661.c: At top level:
0_0_7673096_29661.c:100: error: syntax error before "solve"
0_0_7673096_29661.c: In function `solve':
0_0_7673096_29661.c:103: error: `false' undeclared (first use in this function)
0_0_7673096_29661.c: In function `Output':
0_0_7673096_29661.c:115: error: 'for' loop initial declaration used outside C99 mode
0_0_7673096_29661.c:116: error: 'for' loop initial declaration used outside C99 mode
0_0_7673096_29661.c:117: error: `cout' undeclared (first use in this function)
0_0_7673096_29661.c:121: error: `endl' undeclared (first use in this function)
0_0_7673096_29661.c: In function `main':
0_0_7673096_29661.c:135: error: `true' undeclared (first use in this function)
0_0_7673096_29661.c:142: error: `cout' undeclared (first use in this function)
0_0_7673096_29661.c:142: error: `endl' undeclared (first use in this function)
|