CF1505A.Is it rated - 2

传统题 时间 2000 ms 内存 256 MiB 4 尝试 1 已通过 1 标签

Is it rated - 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.

ExampleInput


Is it rated?
Is it rated?
Is it rated?

Output


NO
NO
NO

Samples

Is it rated?
Is it rated?
Is it rated?
NO
NO
NO

在线编程 IDE

建议全屏模式获得最佳体验