#!/user/bin/env python
import sys

sys.stdout.write("stall")
sys.stdout.flush()

data=sys.stdin.read()
sys.stdout.write(data)
