We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 296392f + ea0c2c8 commit 3daa187Copy full SHA for 3daa187
notes/LeetCode第1号问题:两数之和.md
@@ -58,6 +58,8 @@ public:
58
59
record[nums[i]] = i;
60
}
61
+
62
+ return {};
63
64
};
65
0 commit comments