0_0_1607969_9988.c:1:17: cstdio: No such file or directory
0_0_1607969_9988.c:2:20: algorithm: No such file or directory
0_0_1607969_9988.c:3: error: syntax error before '/' token
0_0_1607969_9988.c:7: error: syntax error before "ll"
0_0_1607969_9988.c:13: error: syntax error before "node"
0_0_1607969_9988.c:16: error: syntax error before '}' token
0_0_1607969_9988.c:18: error: variable-size type declared outside of any function
0_0_1607969_9988.c:18: error: variable-size type declared outside of any function
0_0_1607969_9988.c:21: error: syntax error before '*' token
0_0_1607969_9988.c: In function `new_node':
0_0_1607969_9988.c:22: error: `node' undeclared (first use in this function)
0_0_1607969_9988.c:22: error: (Each undeclared identifier is reported only once
0_0_1607969_9988.c:22: error: for each function it appears in.)
0_0_1607969_9988.c:22: error: `p' undeclared (first use in this function)
0_0_1607969_9988.c: At top level:
0_0_1607969_9988.c:27: error: syntax error before '*' token
0_0_1607969_9988.c:27: error: syntax error before "bool"
0_0_1607969_9988.c: In function `make_tree':
0_0_1607969_9988.c:28: error: `node' undeclared (first use in this function)
0_0_1607969_9988.c:28: error: `root' undeclared (first use in this function)
0_0_1607969_9988.c:29: error: `flag' undeclared (first use in this function)
0_0_1607969_9988.c:30: error: `x1' undeclared (first use in this function)
0_0_1607969_9988.c:31: error: `x2' undeclared (first use in this function)
0_0_1607969_9988.c:32: error: `y1' undeclared (first use in this function)
0_0_1607969_9988.c:32: error: `y2' undeclared (first use in this function)
0_0_1607969_9988.c:32: error: `false' undeclared (first use in this function)
0_0_1607969_9988.c:35: error: `true' undeclared (first use in this function)
0_0_1607969_9988.c: At top level:
0_0_1607969_9988.c:59: error: syntax error before '*' token
0_0_1607969_9988.c: In function `Q':
0_0_1607969_9988.c:60: error: `root' undeclared (first use in this function)
0_0_1607969_9988.c:62: error: `flag' undeclared (first use in this function)
0_0_1607969_9988.c:63: error: `x1' undeclared (first use in this function)
0_0_1607969_9988.c:63: error: `x2' undeclared (first use in this function)
0_0_1607969_9988.c:64: error: `y1' undeclared (first use in this function)
0_0_1607969_9988.c:64: error: `y2' undeclared (first use in this function)
0_0_1607969_9988.c:64: error: `false' undeclared (first use in this function)
0_0_1607969_9988.c:68: error: `true' undeclared (first use in this function)
0_0_1607969_9988.c: In function `main':
0_0_1607969_9988.c:100: error: `EOF' undeclared (first use in this function)
0_0_1607969_9988.c:108: error: `node' undeclared (first use in this function)
0_0_1607969_9988.c:108: error: `root' undeclared (first use in this function)
0_0_1607969_9988.c:108: error: `true' undeclared (first use in this function)
|