| Problem | wires |
|---|---|
| User | Xiaoyang |
| Submission Time | 2023-12-22 13:24:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
wires.cpp: In function ‘void wire(int, int, int*)’:
wires.cpp:38:10: error: return-statement with a value, in function returning ‘void’ [-fpermissive]
38 | return 111;
| ^~~