#level - easy with python, 类似词频统计 n=int(input()) l={} while True: try: for i in range(n): s=str(input()).split('&nbs...