Given a string, return true if the first instance of “x” in the string is immediately followed by another “x”

后端 未结 0 459
走了就别回头了
走了就别回头了 2020-12-10 10:18

Note :

  • capital X\'s do not count as an occurrence of "x".

  • if there are no "x"\'s then return false

Th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题