{"problem":{"name":"Median?","description":{"content":"Given integers $a$, $b$, and $c$, determine if $b$ is the median of these integers.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc253_a"},"statements":[{"statement_type":"Markdown","content":"Given integers $a$, $b$, and $c$, determine if $b$ is the median of these integers.\n\n## Constraints\n\n*   $1 \\leq a, b, c \\leq 100$\n*   All values in input are 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":"abc253_a","tags":[],"sample_group":[["5 3 2","Yes\n\nThe given integers are $2, 3, 5$ when sorted in ascending order, of which $b$ is the median."],["2 5 3","No\n\n$b$ is not the median of the given integers."],["100 100 100","Yes"]],"created_at":"2026-03-03 11:01:14"}}