摘要: 1 public class hanoitower{ 2 public static void main(String[] args){ 3 4 Tower tower = new Tower(); 5 tower.move(6,'A','B','C'); 6 7 8 } 9 } 10 11 cla 阅读全文
posted @ 2024-08-15 09:06 勤奋的小番茄 阅读(7) 评论(0) 推荐(0) 编辑