0_0_38873129_8926.cpp:6:19: error: expected initializer before '.' token
6 | ExpandedBlockStart.gifContractedBlock.gif{//¹¹Ôì×ÖµäÊ÷½Úµã
| ^
0_0_38873129_8926.cpp:9:10: error: expected unqualified-id before ',' token
9 | }dicTNode, *dicTree;
| ^
0_0_38873129_8926.cpp:13:1: error: 'ExpandedBlockStart' does not name a type
13 | ExpandedBlockStart.gifContractedBlock.gifchar dig2char[][5] = {"", "", "abc", "def",
| ^~~~~~~~~~~~~~~~~~
0_0_38873129_8926.cpp:22:6: error: variable or field 'init' declared void
22 | void init(dicTree &root)
| ^~~~
0_0_38873129_8926.cpp:22:20: error: 'root' was not declared in this scope
22 | void init(dicTree &root)
| ^~~~
0_0_38873129_8926.cpp:30:6: error: variable or field 'insert' declared void
30 | void insert(dicTree &root, word str, int n)
| ^~~~~~
0_0_38873129_8926.cpp:30:22: error: 'root' was not declared in this scope
30 | void insert(dicTree &root, word str, int n)
| ^~~~
0_0_38873129_8926.cpp:30:33: error: expected primary-expression before 'str'
30 | void insert(dicTree &root, word str, int n)
| ^~~
0_0_38873129_8926.cpp:30:38: error: expected primary-expression before 'int'
30 | void insert(dicTree &root, word str, int n)
| ^~~
0_0_38873129_8926.cpp:55:20: error: 'dicTree' is not a type
55 | int find(word str, dicTree root)
| ^~~~~~~
0_0_38873129_8926.cpp:56:1: error: expected initializer before 'ExpandedBlockStart'
56 | ExpandedBlockStart.gifContractedBlock.gif{
| ^~~~~~~~~~~~~~~~~~
0_0_38873129_8926.cpp:78:40: error: 'dicTree' is not a type
78 | void dfs(int ss, int kk, word &result, dicTree root)
| ^~~~~~~
0_0_38873129_8926.cpp:79:1: error: expected initializer before 'ExpandedBlockStart'
79 | ExpandedBlockStart.gifContractedBlock.gif{
| ^~~~~~~~~~~~~~~~~~
0_0_38873129_8926.cpp:108:6: error: variable or field 'destoryBydfs' declared void
108 | void destoryBydfs(dicTree &root)
| ^~~~~~~~~~~~
0_0_38873129_8926.cpp:108:28: error: 'root' was not declared in this scope
108 | void destoryBydfs(dicTree &root)
| ^~~~
0_0_38873129_8926.cpp:120:1: error: expected initializer before 'ExpandedBlockStart'
120 | ExpandedBlockStart.gifContractedBlock.gif{
| ^~~~~~~~~~~~~~~~~~
|