摘要: 题目:将数据进行解压缩 测试用例1: 输入:3[ab]2[c] 输出:abababcc 测试用例2: 输入:3[a]2[c2[b]] 输出:aaacbbcbb 阅读全文
posted @ 2020-10-21 12:43 Latuper 阅读(145) 评论(0) 推荐(0) 编辑