mybloger

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2025年6月5日

摘要: Do you enjoy...? cooking your job shopping watching sports walking on the beach. would you mind...? taking me home waiting outside walking the dog giv 阅读全文
posted @ 2025-06-05 20:10 万能包哥 阅读(7) 评论(0) 推荐(0)

摘要: 9、三数之和 给你一个整数数组 nums ,判断是否存在三元组 [nums[i], nums[j], nums[k]] 满足 i != j、i != k 且 j != k ,同时还满足 nums[i] + nums[j] + nums[k] == 0 。请你返回所有和为 0 且不重复的三元组。 注意 阅读全文
posted @ 2025-06-05 19:19 万能包哥 阅读(6) 评论(0) 推荐(0)