forked from youngyangyang04/leetcode-master
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 152bf49
authored
Merge pull request youngyangyang04#2690 from cyxiwai/fix-bug-description
更新了num18第十八题四数之和的循环判断逻辑,修改了return result为break,可以ac力扣的新用例1 file changed
+5
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
265 | - | ||
266 | - | ||
267 | - | ||
268 | - | ||
265 | + | ||
266 | + | ||
267 | + | ||
268 | + | ||
269 | + | ||
269 | 270 |
| |
270 | 271 |
| |
271 | 272 |
| |
|
0 commit comments