摘要: 字符串解码 题目链接:https://leetcode-cn.com/problems/decode-string/ class Solution { public: string decodeString(string s) { //用一个数字栈 保存数字 //一个string栈 保存str // 阅读全文
posted @ 2020-08-27 17:32 NaughtyCoder 阅读(142) 评论(0) 推荐(0)