atcoder#ABC295A. [ABC295A] Probably English
[ABC295A] Probably English
题目描述
英小文字からなる 個の文字列 が与えられます。
これらのうち一つ以上が and
, not
, that
, the
, you
のいずれかと一致するなら Yes
、そうでないなら No
と出力してください。
输入格式
入力は以下の形式で標準入力から与えられる。
输出格式
答えを出力せよ。
题目大意
由小写字母组成 个字符串 。
如果其中有一个或多个是 and
,not
,that
,the
,you
其中之一,就输出 Yes
,否则就输出 No
。
10
in that case you should print yes and not no
Yes
10
in diesem fall sollten sie no und nicht yes ausgeben
No
提示
制約
- は 以上 以下の整数
- ( は文字列 の長さ )
- は英小文字からなる
Sample Explanation 1
例えば you
なので、 Yes
と出力します。
Sample Explanation 2
文字列 はいずれも、 and
, not
, that
, the
, you
のいずれとも一致しません。