C810 Test
Whenever a labyrinth is involved, the most primitive method of finding a path is usually:
Start from the entrance and move forward in a certain direction. If you can make it through, then move forward. If you can't, then turn back the same way and move forward in a different direction until all the possible steps are completed.
Right now