摘要: 1 import scala.collection.mutable.ArrayBuffer 2 import scala.util.control.Breaks 3 4 object Exchange { 5 def delete(arg:ArrayBuffer[Int]):ArrayBuffer[Int]={ 6 val breakables = new Breaks... 阅读全文
posted @ 2017-11-17 16:17 yuanninesuns 阅读(352) 评论(0) 推荐(0) 编辑