vision.cpp: In function 'void construct_network(long long int, long long int, long long int)':
vision.cpp:24:24: error: 'h' was not declared in this scope
24 | if(i+j+K > h+w-2) continue;
| ^
vision.cpp:24:26: error: 'w' was not declared in this scope
24 | if(i+j+K > h+w-2) continue;
| ^
vision.cpp:29:23: error: 'add_or' was not declared in this scope
29 | int res = add_or(ors);
| ^~~~~~
vision.cpp:30:33: error: 'add_and' was not declared in this scope
30 | results.pb(add_and({add_and({i*W+j}), res}));
| ^~~~~~~
vision.cpp:30:24: error: 'add_and' was not declared in this scope
30 | results.pb(add_and({add_and({i*W+j}), res}));
| ^~~~~~~
vision.cpp:33:5: error: 'add_or' was not declared in this scope
33 | add_or(results);
| ^~~~~~