0_0_39749269_32665.cpp: In function 'int main()':
0_0_39749269_32665.cpp:127:17: error: 'cur' was not declared in this scope
127 | cur.step=0;
| ^~~
0_0_39749269_32665.cpp:128:22: error: overloaded function with no contextual type information
128 | next.step=0;
| ^~~~
0_0_39749269_32665.cpp:131:30: error: overloaded function with no contextual type information
131 | next.num[i] = s2[i]-'0';
| ^~~
0_0_39749269_32665.cpp:134:27: error: overloaded function with no contextual type information
134 | vis2[next.num[0]][next.num[1]][next.num[2]][next.num[3]]=0;
| ^~~
0_0_39749269_32665.cpp:134:40: error: overloaded function with no contextual type information
134 | vis2[next.num[0]][next.num[1]][next.num[2]][next.num[3]]=0;
| ^~~
0_0_39749269_32665.cpp:134:53: error: overloaded function with no contextual type information
134 | vis2[next.num[0]][next.num[1]][next.num[2]][next.num[3]]=0;
| ^~~
0_0_39749269_32665.cpp:134:66: error: overloaded function with no contextual type information
134 | vis2[next.num[0]][next.num[1]][next.num[2]][next.num[3]]=0;
| ^~~
0_0_39749269_32665.cpp:135:17: error: 'q1' was not declared in this scope; did you mean 's1'?
135 | q1.push(cur);
| ^~
| s1
0_0_39749269_32665.cpp:136:17: error: 'q2' was not declared in this scope; did you mean 's2'?
136 | q2.push(next);
| ^~
| s2
|