0_0_39096152_17591.cpp: In function 'void solve()':
0_0_39096152_17591.cpp:80:32: error: 'ori1' was not declared in this scope; did you mean 'oriw'?
80 | if((oriw[i]>>j)&1) ori1[j][i]=ori1[j][i-1]+1;
| ^~~~
| oriw
0_0_39096152_17591.cpp:81:18: error: 'ori1' was not declared in this scope; did you mean 'oriw'?
81 | else ori1[j][i]=ori1[j][i-1];
| ^~~~
| oriw
|