Skip to content

Commit da7abd7

Browse files
authored
docs: update lcof problem: No.044 (#3777)
1 parent 266c427 commit da7abd7

File tree

1 file changed

+1
-1
lines changed
  • lcof/面试题44. 数字序列中某一位的数字

1 file changed

+1
-1
lines changed

lcof/面试题44. 数字序列中某一位的数字/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edit_url: https://github.com/doocs/leetcode/edit/main/lcof/%E9%9D%A2%E8%AF%95%E9
1212

1313
<!-- description:start -->
1414

15-
<p>数字以0123456789101112131415&hellip;的格式序列化到一个字符序列中。在这个序列中,第5位(从下标0开始计数)是5,第13位是1,第19位是4,等等。</p>
15+
<p>数字以123456789101112131415&hellip;的格式序列化到一个字符序列中。在这个序列中,第5位是5,第13位是1,第19位是4,等等。</p>
1616

1717
<p>请写一个函数,求任意第n位对应的数字。</p>
1818

0 commit comments

Comments
 (0)