#!/usr/bin/env python

from __future__ import print_function

try:
    while True:
        print("yes")
except:
    pass
