摘要:
// HannoiTower public class HanoiTower{ //编写一个main方法 public static void main(String[]args){ Tower tower = new Tower(); tower.move(3,'A','B','C'); }}cl 阅读全文
posted @ 2021-11-22 21:30
FocusOnGood
阅读(52)
评论(0)
推荐(0)
浙公网安备 33010602011771号