We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266c427 commit da7abd7Copy full SHA for da7abd7
lcof/面试题44. 数字序列中某一位的数字/README.md
@@ -12,7 +12,7 @@ edit_url: https://github.com/doocs/leetcode/edit/main/lcof/%E9%9D%A2%E8%AF%95%E9
12
13
<!-- description:start -->
14
15
-<p>数字以0123456789101112131415…的格式序列化到一个字符序列中。在这个序列中,第5位(从下标0开始计数)是5,第13位是1,第19位是4,等等。</p>
+<p>数字以123456789101112131415…的格式序列化到一个字符序列中。在这个序列中,第5位是5,第13位是1,第19位是4,等等。</p>
16
17
<p>请写一个函数,求任意第n位对应的数字。</p>
18
0 commit comments