Problem | wires |
---|---|
User | sporknives |
Submission Time | 2025-01-16 21:36:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wires.cpp: In function ‘void wire(long long int, long long int, long long int*)’:
wires.cpp:8:25: error: ‘n’ was not declared in this scope
8 | while (v < N || h < n) {
| ^
wires.cpp:9:22: error: ‘press’ was not declared in this scope
9 | int output = press(v, h);
| ^~~~~