0_0_18170278_11153.cpp:179:13: error: stray '\241' in program
if (next[now][buf[i] - ¡®a¡®] == -1)
^
0_0_18170278_11153.cpp:179:13: error: stray '\256' in program
0_0_18170278_11153.cpp:179:13: error: stray '\241' in program
0_0_18170278_11153.cpp:179:13: error: stray '\256' in program
0_0_18170278_11153.cpp:181:17: error: stray '\241' in program
next[now][buf[i] - ¡®a¡®] = newnode();
^
0_0_18170278_11153.cpp:181:17: error: stray '\256' in program
0_0_18170278_11153.cpp:181:17: error: stray '\241' in program
0_0_18170278_11153.cpp:181:17: error: stray '\256' in program
0_0_18170278_11153.cpp:183:13: error: stray '\241' in program
now = next[now][buf[i] - ¡®a¡®];
^
0_0_18170278_11153.cpp:183:13: error: stray '\256' in program
0_0_18170278_11153.cpp:183:13: error: stray '\241' in program
0_0_18170278_11153.cpp:183:13: error: stray '\256' in program
0_0_18170278_11153.cpp: In member function 'void AC_Automation::Build_Trie(char*)':
0_0_18170278_11153.cpp:179:38: error: 'a' was not declared in this scope
if (next[now][buf[i] - ¡®a¡®] == -1)
^
0_0_18170278_11153.cpp:183:40: error: 'a' was not declared in this scope
now = next[now][buf[i] - ¡®a¡®];
^
|