Skip to content
Snippets Groups Projects
15.py 99 B
Newer Older
hacker717's avatar
hacker717 committed
n = int(input())
c = 0

for _ in range(n):
    if "зайка" in input():
        c += 1

print(c)