Merge pull request #93 from underspirit/bugfix-1

Add default return value to Two-Sum solution
This commit is contained in:
程序员吴师兄 2020-05-18 16:28:08 +08:00 committed by GitHub
commit 8989334d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ public:
record[nums[i]] = i;
}
return {};
}
};
@ -66,4 +67,4 @@ public:
![](../../Pictures/qrcode.jpg)
![](../../Pictures/qrcode.jpg)