摘要: Weekly Contest 318 Problem A Apply Operations to an Array 思路 按照题意模拟即可 代码 class Solution: def applyOperations(self, nums: List[int]) -> List[int]: l = 阅读全文
posted @ 2022-11-14 23:10 浅花迷人 阅读(14) 评论(0) 推荐(0) 编辑