{"raw_statement":[{"iden":"problem statement","content":"Given a length-$3$ string $S$ consisting of uppercase English letters, print `Yes` if $S$ equals one of `ACE`, `BDF`, `CEG`, `DFA`, `EGB`, `FAC`, and `GBD`; print `No` otherwise."},{"iden":"constraints","content":"*   $S$ is a length-$3$ string consisting of uppercase English letters."},{"iden":"input","content":"The input is given from Standard Input in the following format:\n\n$S$"},{"iden":"sample input 1","content":"ABC"},{"iden":"sample output 1","content":"No\n\nWhen $S =$ `ABC`, $S$ does not equal any of `ACE`, `BDF`, `CEG`, `DFA`, `EGB`, `FAC`, and `GBD`, so `No` should be printed."},{"iden":"sample input 2","content":"FAC"},{"iden":"sample output 2","content":"Yes"},{"iden":"sample input 3","content":"XYX"},{"iden":"sample output 3","content":"No"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}