{"problem":{"name":"On the Way","description":{"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$ ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"tenka1_2019_a"},"statements":[{"statement_type":"Markdown","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.\n\n## Constraints\n\n*   $0\\leq A,B,C\\leq 100$\n*   $A$, $B$ and $C$ are distinct integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A$ $B$ $C$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"tenka1_2019_a","tags":[],"sample_group":[["3 8 5","Yes\n\nWe pass the coordinate $5$ on the straight way from the house at coordinate $3$ to the house at coordinate $8$."],["7 3 1","No"],["10 2 4","Yes"],["31 41 59","No"]],"created_at":"2026-03-03 11:01:14"}}