Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4f4ed06

Browse files
add default return value to Two-Sum solution
1 parent 9c0eb9d commit 4f4ed06

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)

AltStyle によって変換されたページ (->オリジナル) /