0_0_13279112_13232.cpp:1:4: error: stray '#' in program
01.#include "stdio.h"
^
0_0_13279112_13232.cpp:2:4: error: stray '#' in program
02.#include "string.h"
^
0_0_13279112_13232.cpp:3:4: error: stray '#' in program
03.#include "stdlib.h"
^
0_0_13279112_13232.cpp:1:1: error: expected unqualified-id before numeric constant
01.#include "stdio.h"
^
0_0_13279112_13232.cpp:9:5: error: 'Node' does not name a type
09.}Node, *pNode;
^
0_0_13279112_13232.cpp:10:1: error: expected unqualified-id before numeric constant
10.
^
|