Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit818d4f1

Browse files
python 1397 added
1 parent0bcd8f9 commit818d4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎python/1397-find-all-good-strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def f(i, skip, reach, e):
3434
forcinrange(a,limit+1):
3535
ee=e
3636
whileee>0andarr_e[ee]!=c:
37-
ee=next[ee-1]
37+
ee=next[ee-1]
3838

3939
ifarr_e[ee]==c:
4040
ee+=1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp