0_0_18457909_5493.cpp:8:1: error: 'LL' does not name a type
LL mm[M];
^
0_0_18457909_5493.cpp:12:5: error: 'LL' does not name a type
LL val;
^
0_0_18457909_5493.cpp: In member function 'void Node::init()':
0_0_18457909_5493.cpp:14:21: error: 'FLC' was not declared in this scope
FLC(son , -1);
^
0_0_18457909_5493.cpp:16:9: error: 'val' was not declared in this scope
val = -1;
^
0_0_18457909_5493.cpp: At global scope:
0_0_18457909_5493.cpp:24:17: error: variable or field 'insertTrie' declared void
void insertTrie(LL x){
^
0_0_18457909_5493.cpp:24:17: error: 'LL' was not declared in this scope
|