Country Road
🐟 MediumRules and example
- Draw a continuous loop that does not cross or branch.
- The loop must pass through each region exactly once.
- The number in a region indicates how many cells of that region are visited by the loop.
- In regions without a number, the loop may visit any number of cells.
- If two adjacent cells are not visited by the loop, they must be in the same region.


Solution






