0_0_38715951_4071.cpp:150:34: error: stray '\250' in program
150 | for(int i=1;i<=Q;i++){Ros<a8><a6>19970211
| ^~~~
0_0_38715951_4071.cpp:150:35: error: stray '\246' in program
150 | for(int i=1;i<=Q;i++){Ros<a8><a6>19970211
| ^~~~
0_0_38715951_4071.cpp: In function 'void solve()':
0_0_38715951_4071.cpp:150:31: error: 'Ros' was not declared in this scope
150 | for(int i=1;i<=Q;i++){Ros¨¦19970211
| ^~~
0_0_38715951_4071.cpp:151:46: error: 'op' was not declared in this scope
151 | int op,x,y,z;scanf("%d%d%d",&op,&x,&y);
| ^~
0_0_38715951_4071.cpp:151:50: error: 'x' was not declared in this scope
151 | int op,x,y,z;scanf("%d%d%d",&op,&x,&y);
| ^
0_0_38715951_4071.cpp:151:53: error: 'y' was not declared in this scope
151 | int op,x,y,z;scanf("%d%d%d",&op,&x,&y);
| ^
0_0_38715951_4071.cpp:153:37: error: 'z' was not declared in this scope
153 | scanf("%d",&z);e[j]={x,y,z};vis[z]=1;
| ^
0_0_38715951_4071.cpp:153:51: error: no match for 'operator=' (operand types are 'J' and '<brace-enclosed initializer list>')
153 | scanf("%d",&z);e[j]={x,y,z};vis[z]=1;
| ^
0_0_38715951_4071.cpp:23:8: note: candidate: 'constexpr J& J::operator=(const J&)'
23 | struct J{
| ^
0_0_38715951_4071.cpp:23:8: note: no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const J&'
0_0_38715951_4071.cpp:23:8: note: candidate: 'constexpr J& J::operator=(J&&)'
0_0_38715951_4071.cpp:23:8: note: no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'J&&'
0_0_38715951_4071.cpp:159:37: error: 'r' was not declared in this scope
159 | if(l>=x&&x>=r){
| ^
|