0_0_3090399_22722.c:1:20: iostream: No such file or directory
0_0_3090399_22722.c:2:19: fstream: No such file or directory
0_0_3090399_22722.c:3: error: syntax error before '/' token
0_0_3090399_22722.c:3: error: syntax error at '#' token
0_0_3090399_22722.c:4: error: syntax error at '#' token
0_0_3090399_22722.c:5:19: cstring: No such file or directory
0_0_3090399_22722.c:6: error: syntax error at '#' token
0_0_3090399_22722.c:10: error: syntax error at '#' token
0_0_3090399_22722.c: In function `node':
0_0_3090399_22722.c:19: error: `next' undeclared (first use in this function)
0_0_3090399_22722.c:19: error: (Each undeclared identifier is reported only once
0_0_3090399_22722.c:19: error: for each function it appears in.)
0_0_3090399_22722.c:19: error: `NULL' undeclared (first use in this function)
0_0_3090399_22722.c: At top level:
0_0_3090399_22722.c:23: error: syntax error before '}' token
0_0_3090399_22722.c: In function `insert':
0_0_3090399_22722.c:33: error: invalid use of undefined type `struct node'
0_0_3090399_22722.c:34: error: dereferencing pointer to incomplete type
0_0_3090399_22722.c:36: error: dereferencing pointer to incomplete type
0_0_3090399_22722.c:38: error: dereferencing pointer to incomplete type
0_0_3090399_22722.c:38: error: `new' undeclared (first use in this function)
0_0_3090399_22722.c:38: error: syntax error before "NODE"
0_0_3090399_22722.c:39: error: dereferencing pointer to incomplete type
0_0_3090399_22722.c:40: error: dereferencing pointer to incomplete type
0_0_3090399_22722.c: In function `del':
0_0_3090399_22722.c:45: error: invalid use of undefined type `struct node'
0_0_3090399_22722.c:45: error: `NULL' undeclared (first use in this function)
0_0_3090399_22722.c:47: error: invalid use of undefined type `struct node'
0_0_3090399_22722.c:48: error: invalid use of undefined type `struct node'
0_0_3090399_22722.c:49: error: dereferencing pointer to incomplete type
0_0_3090399_22722.c:52: error: dereferencing pointer to incomplete type
0_0_3090399_22722.c:53: error: `delete' undeclared (first use in this function)
0_0_3090399_22722.c:53: error: syntax error before "tempp"
0_0_3090399_22722.c:55: error: syntax error before "p"
0_0_3090399_22722.c: In function `dfs':
0_0_3090399_22722.c:62: error: invalid use of undefined type `struct node'
0_0_3090399_22722.c:63: error: `NULL' undeclared (first use in this function)
0_0_3090399_22722.c:70: error: dereferencing pointer to incomplete type
0_0_3090399_22722.c:70: error: dereferencing pointer to incomplete type
0_0_3090399_22722.c:73: error: dereferencing pointer to incomplete type
0_0_3090399_22722.c:80: error: invalid use of undefined type `struct node'
0_0_3090399_22722.c:88: error: dereferencing pointer to incomplete type
0_0_3090399_22722.c:88: error: dereferencing pointer to incomplete type
0_0_3090399_22722.c:91: error: dereferencing pointer to incomplete type
0_0_3090399_22722.c: In function `main':
0_0_3090399_22722.c:100: error: `cin' undeclared (first use in this function)
0_0_3090399_22722.c:102: error: 'for' loop initial declaration used outside C99 mode
0_0_3090399_22722.c:110: error: `cout' undeclared (first use in this function)
0_0_3090399_22722.c:110: error: `endl' undeclared (first use in this function)
0_0_3090399_22722.c:114: error: redefinition of 'i'
0_0_3090399_22722.c:102: error: previous definition of 'i' was here
0_0_3090399_22722.c:114: error: 'for' loop initial declaration used outside C99 mode
0_0_3090399_22722.c: At top level:
0_0_3090399_22722.c:29: error: storage size of `list' isn't known
|