20.4.12 周赛 HTML实体解析器 中等
2021-03-23 14:27
标签:index for pos any inf return 时间 res 遇到 时间复杂度O(n),空间复杂度不会。。 20.4.12 周赛 HTML实体解析器 中等 标签:index for pos any inf return 时间 res 遇到 原文地址:https://www.cnblogs.com/wasi-991017/p/12684853.html解题、代码思路
代码
class Solution {
public:
string entityParser(string text) {
string result;
string shuangyinhao = """;
string danyinhao = "'";
string yufuhao = "&";
string dayuhao = ">";
string xiaoyuhao = "<";
string xiexianhao = "⁄";
for(int i = 0; i ‘);
}
if(text[index] == ‘l‘){
record++;
for(int j = index + 1, k = 2; j
文章标题:20.4.12 周赛 HTML实体解析器 中等
文章链接:http://soscw.com/index.php/essay/67839.html