import sys for line in open("pypy3000.txt"): if not line.strip(): continue print line raw_input()