Skip to content

Commit 8989334

Browse files
authored
Merge pull request MisterBooo#93 from underspirit/bugfix-1
Add default return value to Two-Sum solution
2 parents 3302fb3 + 4f4ed06 commit 8989334

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

0001-Two-Sum/Article/0001-Two-Sum.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public:
5757
5858
record[nums[i]] = i;
5959
}
60+
return {};
6061
}
6162
};
6263
@@ -66,4 +67,4 @@ public:
6667

6768

6869

69-
![](../../Pictures/qrcode.jpg)
70+
![](../../Pictures/qrcode.jpg)

0 commit comments

Comments
 (0)