🔨 fix typo

This commit is contained in:
ShusenTang 2020-02-21 17:31:57 +08:00
parent 485079b382
commit a5fd25ae4d

View File

@ -124,6 +124,8 @@ B[j-1] <= A[i] && A[i-1] <= B[j], where j = N - i
# C++ # C++
## 思路一
``` C++ ``` C++
class Solution { class Solution {
public: public: