0_0_17918769_14895.cpp:52:5: error: expected unqualified-id before '/' token
/void print(int j)
^
0_0_17918769_14895.cpp:162:1: error: expected '}' at end of input
}
^
0_0_17918769_14895.cpp: In member function 'void AhoCorasickAutomata::Insert(char*, int)':
0_0_17918769_14895.cpp:42:17: error: 'final' was not declared in this scope
final[u]=0;
^
0_0_17918769_14895.cpp:50:9: error: 'final' was not declared in this scope
final[u]++;
^
0_0_17918769_14895.cpp: At global scope:
0_0_17918769_14895.cpp:51:5: error: expected unqualified-id at end of input
}
^
|