mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 10:51:42 +08:00
批量更新数据
This commit is contained in:
@@ -4,19 +4,19 @@
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p><strong>示例 1:</strong></p>
|
||||
<p><strong>示例 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>输入: </strong>s =<strong> </strong>"A man, a plan, a canal: Panama"
|
||||
<strong>输出:</strong> true
|
||||
<strong>解释:</strong>"amanaplanacanalpanama" 是回文串</pre>
|
||||
|
||||
<p><strong>示例 2:</strong></p>
|
||||
<p><strong>示例 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>输入:</strong> s = "race a car"
|
||||
<strong>输出:</strong> false
|
||||
解释:"raceacar" 不是回文串</pre>
|
||||
<strong>解释:</strong>"raceacar" 不是回文串</pre>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
Reference in New Issue
Block a user