{"problem":{"name":"New Scheme","description":{"content":"Given eight integers $S_1,S_2,\\dots$, and $S_8$, print `Yes` if they satisfy all of the following three conditions, and `No` otherwise. *   The sequence $(S_1,S_2,\\dots,S_8)$ is monotonically non-dec","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc308_a"},"statements":[{"statement_type":"Markdown","content":"Given eight integers $S_1,S_2,\\dots$, and $S_8$, print `Yes` if they satisfy all of the following three conditions, and `No` otherwise.\n\n*   The sequence $(S_1,S_2,\\dots,S_8)$ is monotonically non-decreasing. In other words, $S_1 \\leq S_2 \\leq \\dots \\leq S_8$.\n*   $S_1,S_2,\\dots$, and $S_8$ are all between $100$ and $675$, inclusive.\n*   $S_1,S_2,\\dots$, and $S_8$ are all multiples of $25$.\n\n## Constraints\n\n*   $0\\leq S_i \\leq 1000$\n*   All input values are integers.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$S_1$ $S_2$ $\\dots$ $S_8$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc308_a","tags":[],"sample_group":[["125 175 250 300 400 525 600 650","Yes\n\nThey satisfy all of the three conditions."],["100 250 300 400 325 575 625 675","No\n\nThey violate the first condition because $S_4 > S_5$."],["0 23 24 145 301 413 631 632","No\n\nThey violate the second and third conditions."]],"created_at":"2026-03-03 11:01:14"}}