摘要: 给你一个包含 n 个整数的数组 nums,判断 nums 中是否存在三个元素 a,b,c ,使得 a + b + c = 0 ?请你找出所有满足条件且不重复的三元组。 注意:答案中不可以包含重复的三元组。 示例: 给定数组 nums = [-1, 0, 1, 2, -1, -4], 满足要求的三元组 阅读全文
posted @ 2020-06-21 19:10 zhloong 阅读(128) 评论(0) 推荐(0)
摘要: 安装zsh 和 oh-my-zsh安装zshyum install zsh安装gityum install git切换默认shellchsh -s /bin/zshclone from GitHubgit clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh复制默认.zshrccp ~/.oh-my-zsh/templates... 阅读全文
posted @ 2020-06-21 19:08 zhloong 阅读(3411) 评论(0) 推荐(1)