{"raw_statement":[{"iden":"problem statement","content":"Takahashi turns on the light of his room at $S$ o'clock (on the $24$\\-hour clock) every day and turns it off at $T$ o'clock every day.  \nThe date may change while the light is on.\nDetermine whether the light is on at $30$ minutes past $X$ o'clock."},{"iden":"constraints","content":"*   $0 \\leq S, T, X \\leq 23$\n*   $S \\neq T$\n*   All values in input are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$S$ $T$ $X$"},{"iden":"sample input 1","content":"7 20 12"},{"iden":"sample output 1","content":"Yes\n\nThe light is on between $7$ o'clock and $20$ o'clock. At $30$ minutes past $12$ o'clock, it is on, so we print `Yes`."},{"iden":"sample input 2","content":"20 7 12"},{"iden":"sample output 2","content":"No\n\nThe light is on between $0$ o'clock and $7$ o'clock, and between $20$ o'clock and $0$ o'clock (on the next day). At $30$ minutes past $12$ o'clock, it is off, so we print `No`."},{"iden":"sample input 3","content":"23 0 23"},{"iden":"sample output 3","content":"Yes"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}