vision.cpp: In function 'void construct_network(long long int, long long int, long long int)':
vision.cpp:31:23: error: 'add_or' was not declared in this scope
31 | int res = add_or(ors);
| ^~~~~~
vision.cpp:32:33: error: 'add_and' was not declared in this scope
32 | results.pb(add_and({add_and({i*W+j}), res}));
| ^~~~~~~
vision.cpp:32:24: error: 'add_and' was not declared in this scope
32 | results.pb(add_and({add_and({i*W+j}), res}));
| ^~~~~~~
vision.cpp:35:5: error: 'add_or' was not declared in this scope
35 | add_or(results);
| ^~~~~~