{"raw_statement":[{"iden":"problem statement","content":"You are given a string $S$ of length $3$ consisting of `a`, `b` and `c`. Determine if $S$ can be obtained by permuting `abc`."},{"iden":"constraints","content":"*   $|S|=3$\n*   $S$ consists of `a`, `b` and `c`."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$S$"},{"iden":"sample input 1","content":"bac"},{"iden":"sample output 1","content":"Yes\n\nSwapping the first and second characters in `bac` results in `abc`."},{"iden":"sample input 2","content":"bab"},{"iden":"sample output 2","content":"No"},{"iden":"sample input 3","content":"abc"},{"iden":"sample output 3","content":"Yes"},{"iden":"sample input 4","content":"aaa"},{"iden":"sample output 4","content":"No"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}