15 Find N Unique Integers Sum up to Zero

題目 Given an integer n, return any array containing n unique integers such that they add up to 0.java Example 1:web Input: n = 5 Output: [-7,-1,1,3,4] Explanation: These arrays also are accepted [-5,-1
相關文章
相關標籤/搜索