{"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 `No`.\n\n## Constraints\n\n*   $N$ is an integer between $1$ and $100$, inclusive.\n*   $1 \\le |W_i| \\le 50$ ($|W_i|$ is the length of $W_i$.)\n*   $W_i$ consists of lowercase English letters.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$N$\n$W_1$ $W_2$ $\\dots$ $W_N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc295_a","tags":[],"sample_group":[["10\nin that case you should print yes and not no","Yes\n\nWe have, for instance, $W_4=$ `you`, so you should print `Yes`."],["10\nin diesem fall sollten sie no und nicht yes ausgeben","No\n\nNone of the strings $W_i$ equals any of `and`, `not`, `that`, `the`, and `you`."]],"created_at":"2026-03-03 11:01:14"}}