# netcons.py
from genpipe import *
import sys
for r in gen_recvfrom(sys.stdin):
    print r
