0_0_14290543_22090.cpp:2:4: error: stray '#' in program
15.#include<stdlib.h>
^
0_0_14290543_22090.cpp:3:4: error: stray '#' in program
16.#include<string.h>
^
0_0_14290543_22090.cpp:4:4: error: stray '#' in program
17.#include<iostream>
^
0_0_14290543_22090.cpp:2:1: error: expected unqualified-id before numeric constant
15.#include<stdlib.h>
^
0_0_14290543_22090.cpp:6:1: error: expected unqualified-id before numeric constant
19.typedef struct isDicTree
^
0_0_14290543_22090.cpp:10:5: error: 'isDicTree' does not name a type
23.}isDicTree;
^
0_0_14290543_22090.cpp:11:1: error: expected unqualified-id before numeric constant
24. isDicTree root;
^
0_0_14290543_22090.cpp:12:1: error: expected unqualified-id before numeric constant
25.void isCreatDicTree(char *s)
^
|