Commit 9c6ba7ab by 安晓东

tj

parent 1f3c9c78
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
" for i in S:\n", " for i in S:\n",
" if i in J:\n", " if i in J:\n",
" count+=1\n", " count+=1\n",
" return count\n", " print( count)\n",
"\n", "\n",
"numJewelsInStones(\"aA\",\"aAAbbbb\") # 预期输出 3" "numJewelsInStones(\"aA\",\"aAAbbbb\") # 预期输出 3"
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment