{"raw_statement":[{"iden":"problem statement","content":"There are three houses on a number line: House $1$, $2$ and $3$, with coordinates $A$, $B$ and $C$, respectively. Print `Yes` if we pass the coordinate of House $3$ on the straight way from House $1$ to House $2$ without making a detour, and print `No` otherwise."},{"iden":"constraints","content":"*   $0\\leq A,B,C\\leq 100$\n*   $A$, $B$ and $C$ are distinct integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$A$ $B$ $C$"},{"iden":"sample input 1","content":"3 8 5"},{"iden":"sample output 1","content":"Yes\n\nWe pass the coordinate $5$ on the straight way from the house at coordinate $3$ to the house at coordinate $8$."},{"iden":"sample input 2","content":"7 3 1"},{"iden":"sample output 2","content":"No"},{"iden":"sample input 3","content":"10 2 4"},{"iden":"sample output 3","content":"Yes"},{"iden":"sample input 4","content":"31 41 59"},{"iden":"sample output 4","content":"No"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}