0_0_23074709_26177.cpp: In function 'void query(int, int)':
0_0_23074709_26177.cpp:54:33: error: expected primary-expression before '<' token
int tmp = node[p][26]; <span style="white-space:pre"> </span> ///tmp为通配符。开始倒着匹配后缀
^
0_0_23074709_26177.cpp:54:34: error: 'span' was not declared in this scope
int tmp = node[p][26]; <span style="white-space:pre"> </span> ///tmp为通配符。开始倒着匹配后缀
^
0_0_23074709_26177.cpp:55:29: error: 'j' was not declared in this scope
for(int j = strend; j > i; j--)
^
|