0_0_21600730_16409.cpp:103:54: error: stray '#' in program
tr[fa[t[i]]][s[P[t[i]]-(mx[t[i]]-mx[fa[t[i]]])+1]-'a']=t[i];
^
0_0_21600730_16409.cpp:103:60: error: stray '#' in program
tr[fa[t[i]]][s[P[t[i]]-(mx[t[i]]-mx[fa[t[i]]])+1]-'a']=t[i];
^
0_0_21600730_16409.cpp:188:17: error: stray '#' in program
am1.ins(s[i]-'a');
^
0_0_21600730_16409.cpp:188:23: error: stray '#' in program
am1.ins(s[i]-'a');
^
0_0_21600730_16409.cpp:193:17: error: stray '#' in program
am2.ins(s[i]-'a');
^
0_0_21600730_16409.cpp:193:23: error: stray '#' in program
am2.ins(s[i]-'a');
^
0_0_21600730_16409.cpp: In member function 'void sam::pre1()':
0_0_21600730_16409.cpp:103:55: error: lvalue required as unary '&' operand
tr[fa[t[i]]][s[P[t[i]]-(mx[t[i]]-mx[fa[t[i]]])+1]-'a']=t[i];
^
0_0_21600730_16409.cpp:103:57: error: expected ']' before ';' token
tr[fa[t[i]]][s[P[t[i]]-(mx[t[i]]-mx[fa[t[i]]])+1]-'a']=t[i];
^
0_0_21600730_16409.cpp:103:58: error: 'a' was not declared in this scope
tr[fa[t[i]]][s[P[t[i]]-(mx[t[i]]-mx[fa[t[i]]])+1]-'a']=t[i];
^
0_0_21600730_16409.cpp:103:64: error: expected primary-expression before ']' token
tr[fa[t[i]]][s[P[t[i]]-(mx[t[i]]-mx[fa[t[i]]])+1]-'a']=t[i];
^
0_0_21600730_16409.cpp: In function 'int main()':
0_0_21600730_16409.cpp:188:18: error: lvalue required as unary '&' operand
am1.ins(s[i]-'a');
^
0_0_21600730_16409.cpp:188:21: error: 'a' was not declared in this scope
am1.ins(s[i]-'a');
^
0_0_21600730_16409.cpp:188:27: error: expected primary-expression before ')' token
am1.ins(s[i]-'a');
^
0_0_21600730_16409.cpp:193:18: error: lvalue required as unary '&' operand
am2.ins(s[i]-'a');
^
0_0_21600730_16409.cpp:193:21: error: 'a' was not declared in this scope
am2.ins(s[i]-'a');
^
0_0_21600730_16409.cpp:193:27: error: expected primary-expression before ')' token
am2.ins(s[i]-'a');
^
|