You are viewing a single comment's thread. Return to all comments →
s = " ".join([input() for _ in range(int(input()))]).split() for _ in range(int(input())): i = input() print(s.count(i) + s.count(i.replace("our", "or")))
Seems like cookies are disabled on this browser, please enable them to open this website
UK and US: Part 2
You are viewing a single comment's thread. Return to all comments →