摘要: class Mark { var count: Int var type: Int init(count: Int, type: Int) { self.count = count self.type = type } } func findLcs(_ list1: [Character], _ l 阅读全文
posted @ 2017-02-04 11:09 KbDaVinci 阅读(191) 评论(0) 推荐(0) 编辑