HackerRank Tweets

  • + 0 comments

    As a oneliner:

    print(sum(1 if 'hackerrank' in input().lower() else 0 for _ in range(int(input()))))