Problem wires
User usernamehere
Submission Time 2025-10-27 15:14:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wires.cpp: In function ‘void wire(int, int, int*)’:
wires.cpp:12:18: error: ‘ch’ was not declared in this scope; did you mean ‘cv’?
12 | h++; ch++;
| ^~
| cv
wires.cpp:18:7: error: ‘ch’ was not declared in this scope; did you mean ‘cv’?
18 | exit(ch);
| ^~
| cv