Example 1
Example 2
1 <= text.length <= 1000text consists of lowercase English letters and spaces.All the words in text are separated by a single space.1 <= first.length, second.length <= 10first and second consist of lowercase English letters.text will not have any leading or trailing spaces.Example 1
Example 2
1 <= text.length <= 1000text consists of lowercase English letters and spaces.All the words in text are separated by a single space.1 <= first.length, second.length <= 10first and second consist of lowercase English letters.text will not have any leading or trailing spaces.