【leetcode_easy_array】1304. Find N Unique Integers Sum up to Zero

problem

1304. Find N Unique Integers Sum up to Zero

不知道为什么会有这样的题目,答案也是有多种多样的;

solution1: 等差数列;

code

 

solution2: 添加正负和零;

code

 

solution3: 左右两端添加;

code

 

参考

1. leetcode_1304. Find N Unique Integers Sum up to Zero;

posted on 2020-07-14 22:59  鹅要长大  阅读(103)  评论(0编辑  收藏  举报

导航