You are viewing a single comment's thread. Return to all comments →
As a oneliner:
print(sum(1 if 'hackerrank' in input().lower() else 0 for _ in range(int(input()))))
Seems like cookies are disabled on this browser, please enable them to open this website
HackerRank Tweets
You are viewing a single comment's thread. Return to all comments →
As a oneliner: