atcoder#ABC295A. [ABC295A] Probably English
[ABC295A] Probably English
Score : points
Problem Statement
You are given strings consisting of lowercase English letters.
If one or more of these strings equal and
, not
, that
, the
, or you
, then print Yes
; otherwise, print No
.
Constraints
- is an integer between and , inclusive.
- ( is the length of .)
- consists of lowercase English letters.
Input
The input is given from Standard Input in the following format:
Output
Print the answer.
10
in that case you should print yes and not no
Yes
We have, for instance, you
, so you should print Yes
.
10
in diesem fall sollten sie no und nicht yes ausgeben
No
None of the strings equals any of and
, not
, that
, the
, and you
.