{"problem":{"name":"Three-Point Shot","description":{"content":"A basketball game is being played, and the score is now $X$\\-$Y$. Here, it is guaranteed that $X \\neq Y$.   Can the team which is behind turn the tables with a successful three-point goal?   In other ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc188_a"},"statements":[{"statement_type":"Markdown","content":"A basketball game is being played, and the score is now $X$\\-$Y$. Here, it is guaranteed that $X \\neq Y$.  \nCan the team which is behind turn the tables with a successful three-point goal?  \nIn other words, if the team which is behind earns three points, will its score become strictly greater than that of the other team?\n\n## Constraints\n\n*   $0 \\le X \\le 100$\n*   $0 \\le Y \\le 100$\n*   $X \\neq Y$\n*   $X$ and $Y$ are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$X$ $Y$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc188_a","tags":[],"sample_group":[["3 5","Yes\n\nThe team with $3$ points is behind.  \nAfter a successful $3$\\-point goal, it will have $6$ points, which is greater than that of the other team - $5$.  \nThus, we should print `Yes`."],["16 2","No\n\nThe gap is too much. The team which is behind cannot overtake the other by getting $3$ points."],["12 15","No\n\nA $3$\\-point goal will tie the score but not turn the tables."]],"created_at":"2026-03-03 11:01:14"}}