Problem | vision |
---|---|
User | TheRaptor |
Submission Time | 2024-08-25 14:13:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
vision.cpp: In function ‘void construct_network(int, int, int)’:
vision.cpp:33:3: error: ‘add_or’ was not declared in this scope
33 | add_or(lol);
| ^~~~~~
vision.cpp:43:3: error: ‘add_or’ was not declared in this scope
43 | add_or(lol);
| ^~~~~~
vision.cpp:50:3: error: ‘add_and’ was not declared in this scope
50 | add_and(lol);
| ^~~~~~~
vision.cpp:57:3: error: ‘add_and’ was not declared in this scope
57 | add_and(lol);
| ^~~~~~~
vision.cpp:67:3: error: ‘add_xor’ was not declared in this scope
67 | add_xor(lol);
| ^~~~~~~
vision.cpp:77:3: error: ‘add_xor’ was not declared in this scope
77 | add_xor(lol);
| ^~~~~~~
vision.cpp:86:3: error: ‘add_or’ was not declared in this scope
86 | add_or(lol);
| ^~~~~~
vision.cpp:95:3: error: ‘add_or’ was not declared in this scope
95 | add_or(lol);
| ^~~~~~
vision.cpp:105:3