2020年1月6日

摘要: 地址 https://leetcode-cn.com/problems/decrypt-string-from-alphabet-to-integer-mapping/ 给你一个字符串 s,它由数字('0' - '9')和 '#' 组成。我们希望按下述规则将 s 映射为一些小写英文字符: 字符('a 阅读全文
posted @ 2020-01-06 09:21 itdef 阅读(187) 评论(0) 推荐(0)
摘要: 地址 https://leetcode-cn.com/problems/xor-queries-of-a-subarray/ 有一个正整数数组 arr,现给你一个对应的查询数组 queries,其中 queries[i] = [Li, Ri]。 对于每个查询 i,请你计算从 Li 到 Ri 的 XO 阅读全文
posted @ 2020-01-06 09:14 itdef 阅读(275) 评论(0) 推荐(0)

导航