Probably English

AtCoder
IDabc295_a
Time2000ms
Memory256MB
Difficulty
You are given $N$ strings $W_1,W_2,\dots,W_N$ 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 * $N$ is an integer between $1$ and $100$, inclusive. * $1 \le |W_i| \le 50$ ($|W_i|$ is the length of $W_i$.) * $W_i$ consists of lowercase English letters. ## Input The input is given from Standard Input in the following format: $N$ $W_1$ $W_2$ $\dots$ $W_N$ [samples]
Samples
Input #1
10
in that case you should print yes and not no
Output #1
Yes

We have, for instance, $W_4=$ `you`, so you should print `Yes`.
Input #2
10
in diesem fall sollten sie no und nicht yes ausgeben
Output #2
No

None of the strings $W_i$ equals any of `and`, `not`, `that`, `the`, and `you`.
API Response (JSON)
{
  "problem": {
    "name": "Probably English",
    "description": {
      "content": "You are given $N$ strings $W_1,W_2,\\dots,W_N$ consisting of lowercase English letters.   If one or more of these strings equal `and`, `not`, `that`, `the`, or `you`, then print `Yes`; otherwise, print",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc295_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "You are given $N$ strings $W_1,W_2,\\dots,W_N$ consisting of lowercase English letters.  \nIf one or more of these strings equal `and`, `not`, `that`, `the`, or `you`, then print `Yes`; otherwise, print...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments