{"raw_statement":[{"iden":"problem statement","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`."},{"iden":"constraints","content":"*   $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."},{"iden":"input","content":"The input is given from Standard Input in the following format:\n\n$N$\n$W_1$ $W_2$ $\\dots$ $W_N$"},{"iden":"sample input 1","content":"10\nin that case you should print yes and not no"},{"iden":"sample output 1","content":"Yes\n\nWe have, for instance, $W_4=$ `you`, so you should print `Yes`."},{"iden":"sample input 2","content":"10\nin diesem fall sollten sie no und nicht yes ausgeben"},{"iden":"sample output 2","content":"No\n\nNone of the strings $W_i$ equals any of `and`, `not`, `that`, `the`, and `you`."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}