摘要: HTML entity parser is the parser that takes HTML code as input and replace all the entities of the special characters by the characters itself. The sp 阅读全文
posted @ 2020-06-12 07:36 Schwifty 阅读(121) 评论(0) 推荐(0)
摘要: Given the array queries of positive integers between 1 and m, you have to process all queries[i] (from i=0 to i=queries.length-1) according to the fol 阅读全文
posted @ 2020-06-12 06:36 Schwifty 阅读(115) 评论(0) 推荐(0)
摘要: Given an array of string words. Return all strings in words which is substring of another word in any order. String words[i] is substring of words[j], 阅读全文
posted @ 2020-06-12 05:25 Schwifty 阅读(193) 评论(0) 推荐(0)