{"raw_statement":[{"iden":"problem statement","content":"Given integers $a$, $b$, and $c$, determine if $b$ is the median of these integers."},{"iden":"constraints","content":"*   $1 \\leq a, b, c \\leq 100$\n*   All values in input are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$a$ $b$ $c$"},{"iden":"sample input 1","content":"5 3 2"},{"iden":"sample output 1","content":"Yes\n\nThe given integers are $2, 3, 5$ when sorted in ascending order, of which $b$ is the median."},{"iden":"sample input 2","content":"2 5 3"},{"iden":"sample output 2","content":"No\n\n$b$ is not the median of the given integers."},{"iden":"sample input 3","content":"100 100 100"},{"iden":"sample output 3","content":"Yes"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}