Michael Lee
Results
1
issues of
Michael Lee
Fix typo: s.mgth() -> s.size() in 3234.Count-the-Number-of-Substrings-With-Dominant-Ones Also, we don't need max() on line 24: ```cpp ret += extra+1; ``` because the if statement: ```cpp if (right[j-1] + have >=...