摘要: You are given two string arrays username and website and an integer array timestamp. All the given arrays are of the same length and the tuple [userna 阅读全文
posted @ 2022-07-12 11:26 CNoodle 阅读(227) 评论(0) 推荐(0) 编辑
摘要: Let's define a function countUniqueChars(s) that returns the number of unique characters on s. For example, calling countUniqueChars(s) if s = "LEETCO 阅读全文
posted @ 2022-07-12 06:49 CNoodle 阅读(80) 评论(0) 推荐(0) 编辑
摘要: You are given an integer array nums. The range of a subarray of nums is the difference between the largest and smallest element in the subarray. Retur 阅读全文
posted @ 2022-07-12 05:23 CNoodle 阅读(296) 评论(0) 推荐(0) 编辑