{"raw_statement":[{"iden":"problem statement","content":"Is it possible to get a sum of $B$ when throwing a die with six faces $1,2,\\ldots,6$ $A$ times?"},{"iden":"constraints","content":"*   $1 \\leq A \\leq 100$\n*   $1 \\leq B \\leq 1000$\n*   $A$ and $B$ are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$A$ $B$"},{"iden":"sample input 1","content":"2 11"},{"iden":"sample output 1","content":"Yes\n\nThere are two ways to get a sum of $11$ when throwing a $6$\\-faced die twice:\n\n*   getting $6$ in the first throw and $5$ in the second throw;\n*   getting $5$ in the first throw and $6$ in the second throw."},{"iden":"sample input 2","content":"2 13"},{"iden":"sample output 2","content":"No\n\nThere is no way to get a sum of $13$ when throwing a $6$\\-faced die twice."},{"iden":"sample input 3","content":"100 600"},{"iden":"sample output 3","content":"Yes"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}