摘要: 算法标签 数组模拟 题目描述 思路 模拟整个过程 最重要的似乎就是拆分成数组模拟的思路 AC代码 class BrowserHistory { public: int idx=0; string str[5000+10]; int Max=0; BrowserHistory(string homep 阅读全文
posted @ 2022-07-14 18:00 俺叫西西弗斯 阅读(0) 评论(0) 推荐(0)