{"problem":{"name":"Edge Checker","description":{"content":"In the figure shown in the image below, are the points numbered $a$ and $b$ directly connected by a line segment? ![image](https://img.atcoder.jp/ghi/04f0c8fb8aabbbb4db7aa5d6f8557de3.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":"abc240_a"},"statements":[{"statement_type":"Markdown","content":"In the figure shown in the image below, are the points numbered $a$ and $b$ directly connected by a line segment?\n![image](https://img.atcoder.jp/ghi/04f0c8fb8aabbbb4db7aa5d6f8557de3.png)\n\n## Constraints\n\n*   $1 \\leq a \\lt b \\leq 10$\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":"abc240_a","tags":[],"sample_group":[["4 5","Yes\n\nIn the figure shown in the Problem Statement, the points numbered $4$ and $5$ are directly connected by a line segment.  \nThus, `Yes` should be printed."],["3 5","No\n\nIn the figure shown in the Problem Statement, the points numbered $3$ and $5$ are not directly connected by a line segment.  \nThus, `No` should be printed."],["1 10","Yes"]],"created_at":"2026-03-03 11:01:13"}}