Answer taskA contest #397 by Kaspersky lab 100% python3
n=int(input()) gorod=input() k=0 for i in range(n): polet=input() k=k+1 if k % 2 == 0: print("home") else: print("contest")
Полный текст и комментарии »
MY LIVE
I LIVE IN EARTH! AND I LIVE STRONBERRY
Mock ICPC Prelims Contest 1 Solution Discussion