0_0_38951359_6087.cpp: In function 'bool solve(char*, char*)':
0_0_38951359_6087.cpp:168:9: error: expected primary-expression before 'int'
168 | int qi = match(v, vNum, maxn, s+ps,s2);
| ^~~
0_0_38951359_6087.cpp:169:12: error: 'qi' was not declared in this scope; did you mean 'i'?
169 | if(qi==-1) return false;
| ^~
| i
0_0_38951359_6087.cpp:170:23: error: 'qi' was not declared in this scope; did you mean 'i'?
170 | if(flag==0 && qi!=0) return false;
| ^~
| i
0_0_38951359_6087.cpp:171:15: error: 'qi' was not declared in this scope; did you mean 'i'?
171 | ps += qi + len;
| ^~
| i
|