{"problem":{"name":"Edge Checker 2","description":{"content":"Determine if there is a segment that directly connects the points numbered $a$ and $b$ in the figure below. ![image](https://img.atcoder.jp/abc285/080021a4ef4143f82d024ce3b4cfd00f.png)","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc285_a"},"statements":[{"statement_type":"Markdown","content":"Determine if there is a segment that directly connects the points numbered $a$ and $b$ in the figure below.\n![image](https://img.atcoder.jp/abc285/080021a4ef4143f82d024ce3b4cfd00f.png)\n\n## Constraints\n\n*   $1 \\leq a \\lt b \\leq 15$\n*   $a$ and $b$ are integers.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$a$ $b$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc285_a","tags":[],"sample_group":[["1 2","Yes\n\nIn the figure in the Problem Statement, there is a segment that directly connects the points numbered $1$ and $2$, so `Yes` should be printed."],["2 8","No\n\nIn the figure in the Problem Statement, there is no segment that directly connects the points numbered $2$ and $8$, so `No` should be printed."],["14 15","No"]],"created_at":"2026-03-03 11:01:13"}}