Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
LeetCodeAnimation
Commits
8989334d
Unverified
Commit
8989334d
authored
May 18, 2020
by
程序员吴师兄
Committed by
GitHub
May 18, 2020
Browse files
Merge pull request #93 from underspirit/bugfix-1
Add default return value to Two-Sum solution
parents
3302fb36
4f4ed06d
Changes
1
Show whitespace changes
Inline
Side-by-side
0001-Two-Sum/Article/0001-Two-Sum.md
View file @
8989334d
...
@@ -57,6 +57,7 @@ public:
...
@@ -57,6 +57,7 @@ public:
record[nums[i]] = i;
record[nums[i]] = i;
}
}
return {};
}
}
};
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment