HW6: Determine Whether A Box Has Arrived At A Proper Position
- Write a function arrive_destination(map) which counts the number of boxes which have arrived at
the destinations.
- After each move of the work, if all boxes have arrived, print a message and move to
the next level.