restructure zeta/** to storage/zeta/**
This commit is contained in:
10
storage/zeta/py/completed/29766.py
Normal file
10
storage/zeta/py/completed/29766.py
Normal file
@@ -0,0 +1,10 @@
|
||||
if __name__ == "__main__":
|
||||
S = input()
|
||||
cnt = 0
|
||||
now = 0
|
||||
find = S.find("DKSH", now)
|
||||
while find != -1:
|
||||
cnt += 1
|
||||
now = find + 4
|
||||
find = S.find("DKSH", now)
|
||||
print(cnt)
|
||||
Reference in New Issue
Block a user