We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
暴力解法 1.按位匹配,每次发现首字母匹配则记录当前的位置,继续向后匹配。 2.如果匹配过程中发现不匹配了,则回到首字母匹配的位置+1 继续匹配。