0_0_32710406_3469.cpp:5:1: error: stray '\243' in program
const int maxn = 1e5 + 10£»
^
0_0_32710406_3469.cpp:5:1: error: stray '\273' in program
0_0_32710406_3469.cpp:6:1: error: expected ',' or ';' before 'int'
int tire[maxn*10][26];
^
0_0_32710406_3469.cpp: In function 'void Insert(char*)':
0_0_32710406_3469.cpp:15:7: error: 'tire' was not declared in this scope
if(!tire[root][id]) tire[root][id] = ++cnt;
^
0_0_32710406_3469.cpp:16:10: error: 'tire' was not declared in this scope
root = tire[root][id];
^
0_0_32710406_3469.cpp: In function 'int Find(char*)':
0_0_32710406_3469.cpp:26:7: error: 'tire' was not declared in this scope
if(!tire[root][id]) return 0;
^
0_0_32710406_3469.cpp:27:10: error: 'tire' was not declared in this scope
root = tire[root][id];
^
0_0_32710406_3469.cpp: In function 'int main()':
0_0_32710406_3469.cpp:33:9: error: 'tire' was not declared in this scope
memset(tire, 0, sizeof(tire));
^
|