{"problem":{"name":"Rolling Dice","description":{"content":"Is it possible to get a sum of $B$ when throwing a die with six faces $1,2,\\ldots,6$ $A$ times?","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc208_a"},"statements":[{"statement_type":"Markdown","content":"Is it possible to get a sum of $B$ when throwing a die with six faces $1,2,\\ldots,6$ $A$ times?\n\n## Constraints\n\n*   $1 \\leq A \\leq 100$\n*   $1 \\leq B \\leq 1000$\n*   $A$ and $B$ are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A$ $B$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc208_a","tags":[],"sample_group":[["2 11","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."],["2 13","No\n\nThere is no way to get a sum of $13$ when throwing a $6$\\-faced die twice."],["100 600","Yes"]],"created_at":"2026-03-03 11:01:13"}}