{"raw_statement":[{"iden":"problem statement","content":"We have five cards with integers $A$, $B$, $C$, $D$, and $E$ written on them, one on each card.\nThis set of five cards is called a Full house if and only if the following condition is satisfied:\n\n*   the set has three cards with a same number written on them, and two cards with another same number written on them.\n\nDetermine whether the set is a Full house."},{"iden":"constraints","content":"*   $1 \\leq A,B,C,D,E\\leq 13$\n*   Not all of $A$, $B$, $C$, $D$, and $E$ are the same.\n*   All values in input are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$A$ $B$ $C$ $D$ $E$"},{"iden":"sample input 1","content":"1 2 1 2 1"},{"iden":"sample output 1","content":"Yes\n\nThe set has three cards with $1$ written on them and two cards with $2$ written on them, so it is a Full house."},{"iden":"sample input 2","content":"12 12 11 1 2"},{"iden":"sample output 2","content":"No\n\nThe condition is not satisfied."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}