Unverified Commit 8989334d authored by 程序员吴师兄's avatar 程序员吴师兄 Committed by GitHub
Browse files

Merge pull request #93 from underspirit/bugfix-1

Add default return value to Two-Sum solution
parents 3302fb36 4f4ed06d
...@@ -57,6 +57,7 @@ public: ...@@ -57,6 +57,7 @@ public:
record[nums[i]] = i; record[nums[i]] = i;
} }
return {};
} }
}; };
...@@ -66,4 +67,4 @@ public: ...@@ -66,4 +67,4 @@ public:
![](../../Pictures/qrcode.jpg) ![](../../Pictures/qrcode.jpg)
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment