#D2358. 2
2
2
Interaction
This is an interactive problem. You need to read participants' queries from standard input and print your responses to standard output. You don't know the number of queries upfront, so you'll need to process them as you get them; you'll know you're done once you reach the end of the file.
In each query, you will be asked the question, written in one line. You have to answer it correctly, patiently and without any display of emotions. Your response is case-insensitive.
Please make sure to use the stream flushing operation after each response in order not to leave part of your output in some buffer.
Example
Input
Is it rated? Is it rated? Is it rated?
Output
NO NO NO
inputFormat
input and print your responses to standard
outputFormat
output. You don't know the number of queries upfront, so you'll need to process them as you get them; you'll know you're done once you reach the end of the file.
In each query, you will be asked the question, written in one line. You have to answer it correctly, patiently and without any display of emotions. Your response is case-insensitive.
Please make sure to use the stream flushing operation after each response in order not to leave part of your output in some buffer.
Example
Input
Is it rated? Is it rated? Is it rated?
Output
NO NO NO
样例
Is it rated?
Is it rated?
Is it rated?
NO
NO
NO
</p>