Types: H: int, W: int, orchard: List[str]
Ranges: 0 ≤ H, W ≤ 100, orchard[i] in {' ', '@', '#', '*'} (for 0 ≤ i < H)
Addtl Info: No more than 20 datasets provided