文件名称:leetcodepushfront-LeetCode:力码
文件大小:20KB
文件格式:ZIP
更新时间:2024-07-26 18:37:53
系统开源
leetcode
推前力码
接受的最喜欢/采访问题的提交
1.
二和
相关主题:数组、哈希表
class
Solution
{
public:
vector<
int
>
twoSum
(vector<
int
>&
nums,
int
target)
{
unordered_map<
int
,
int
>
hash;
for
(
int
i=
0
;i
【文件预览】:
LeetCode-main
----README.md(112KB)