{"problem":{"name":"2UP3DOWN","description":{"content":"Takahashi is in a building with $100$ floors. He uses the stairs for moving up two floors or less or moving down three floors or less, and uses the elevator otherwise. Does he use the stairs to move f","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc326_a"},"statements":[{"statement_type":"Markdown","content":"Takahashi is in a building with $100$ floors.\nHe uses the stairs for moving up two floors or less or moving down three floors or less, and uses the elevator otherwise.\nDoes he use the stairs to move from floor $X$ to floor $Y$?\n\n## Constraints\n\n*   $1 \\leq X,Y \\leq 100$\n*   $X \\neq Y$\n*   All input values are integers.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$X$ $Y$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc326_a","tags":[],"sample_group":[["1 4","No\n\nThe move from floor $1$ to floor $4$ involves going up three floors, so Takahashi uses the elevator."],["99 96","Yes\n\nThe move from floor $99$ to floor $96$ involves going down three floors, so Takahashi uses the stairs."],["100 1","No"]],"created_at":"2026-03-03 11:01:14"}}