package main const ( MapRow = int32(5) MapCol = int32(7) MapRoad = 8 ) const ( KCost1 = 10 KCost2 = 14 KcalcG = 0 ) type Point struct { x int32 y int32 g int32 h int
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号