Compress List
对给定序列进行 "压缩",使结果序列中不再有两个(或多个)相等的元素,而是只有一个元素。
输入 列表 (List).
输出:"压缩" 列表(List) 或另一个 Iterable(Iterable)...
You should be an authorized user in order to see the full description and start solving this mission.
对给定序列进行 "压缩",使结果序列中不再有两个(或多个)相等的元素,而是只有一个元素。
输入 列表 (List).
输出:"压缩" 列表(List) 或另一个 Iterable(Iterable)...