{"problem":{"name":"Full House","description":{"content":"We have five cards with integers $A$, $B$, $C$, $D$, and $E$ written on them, one on each card. This set of five cards is called a Full house if and only if the following condition is satisfied: *   ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc263_a"},"statements":[{"statement_type":"Markdown","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.\n\n## Constraints\n\n*   $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.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A$ $B$ $C$ $D$ $E$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc263_a","tags":[],"sample_group":[["1 2 1 2 1","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."],["12 12 11 1 2","No\n\nThe condition is not satisfied."]],"created_at":"2026-03-03 11:01:14"}}