摘要: You are given an integer array arr. You can choose a set of integers and remove all the occurrences of these integers in the array. Return the minimum 阅读全文
posted @ 2021-01-23 11:55 CNoodle 阅读(273) 评论(0) 推荐(0)
摘要: We have an array A of integers, and an array queries of queries. For the i-th query val = queries[i][0], index = queries[i][1], we add val to A[index] 阅读全文
posted @ 2021-01-23 01:11 CNoodle 阅读(76) 评论(0) 推荐(0)