0_0_7080038_12688.c:1:18: cstdio: No such file or directory
0_0_7080038_12688.c:2:19: cstring: No such file or directory
0_0_7080038_12688.c:3:19: cstdlib: No such file or directory
0_0_7080038_12688.c:4:21: algorithm: No such file or directory
0_0_7080038_12688.c:5:20: iostream: No such file or directory
0_0_7080038_12688.c:6: error: syntax error before "namespace"
0_0_7080038_12688.c:11: error: syntax error before "Node"
0_0_7080038_12688.c:13: error: syntax error before '}' token
0_0_7080038_12688.c:14: error: syntax error before "BTree"
0_0_7080038_12688.c:15: error: syntax error before '{' token
0_0_7080038_12688.c: In function `init':
0_0_7080038_12688.c:20: error: `Node' undeclared (first use in this function)
0_0_7080038_12688.c:20: error: (Each undeclared identifier is reported only once
0_0_7080038_12688.c:20: error: for each function it appears in.)
0_0_7080038_12688.c:20: error: `temp' undeclared (first use in this function)
0_0_7080038_12688.c:22: error: `ptr' undeclared (first use in this function)
0_0_7080038_12688.c:22: error: `now' undeclared (first use in this function)
0_0_7080038_12688.c:22: error: `temp1' undeclared (first use in this function)
0_0_7080038_12688.c:26: error: `new' undeclared (first use in this function)
0_0_7080038_12688.c:26: error: syntax error before "Node"
0_0_7080038_12688.c:28: error: `NULL' undeclared (first use in this function)
0_0_7080038_12688.c:33: error: `root' undeclared (first use in this function)
0_0_7080038_12688.c: At top level:
0_0_7080038_12688.c:53: error: syntax error before '*' token
0_0_7080038_12688.c: In function `first':
0_0_7080038_12688.c:55: error: `now' undeclared (first use in this function)
0_0_7080038_12688.c:55: error: `NULL' undeclared (first use in this function)
0_0_7080038_12688.c:56: error: `s' undeclared (first use in this function)
0_0_7080038_12688.c: At top level:
0_0_7080038_12688.c:60: error: syntax error before '*' token
0_0_7080038_12688.c: In function `mid':
0_0_7080038_12688.c:62: error: `now' undeclared (first use in this function)
0_0_7080038_12688.c:62: error: `NULL' undeclared (first use in this function)
0_0_7080038_12688.c:63: error: `s' undeclared (first use in this function)
0_0_7080038_12688.c: At top level:
0_0_7080038_12688.c:67: error: syntax error before "operator"
0_0_7080038_12688.c:70: error: conflicting types for 'first'
0_0_7080038_12688.c:54: error: previous definition of 'first' was here
0_0_7080038_12688.c:71: error: syntax error before '.' token
0_0_7080038_12688.c:73: error: conflicting types for 'mid'
0_0_7080038_12688.c:61: error: previous definition of 'mid' was here
0_0_7080038_12688.c:74: error: syntax error before '.' token
0_0_7080038_12688.c: In function `main':
0_0_7080038_12688.c:87: error: request for member `init' in something not a structure or union
0_0_7080038_12688.c:88: error: 'for' loop initial declaration used outside C99 mode
0_0_7080038_12688.c:91: error: request for member `init' in something not a structure or union
|