{"problem":{"name":"Between Two Integers","description":{"content":"You are given three integers $A$, $B$ and $C$. Determine whether $C$ is not less than $A$ and not greater than $B$.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc061_a"},"statements":[{"statement_type":"Markdown","content":"You are given three integers $A$, $B$ and $C$. Determine whether $C$ is not less than $A$ and not greater than $B$.\n\n## Constraints\n\n*   $-100≤A,B,C≤100$\n*   $A$, $B$ and $C$ are all 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":"abc061_a","tags":[],"sample_group":[["1 3 2","Yes\n\n$C=2$ is not less than $A=1$ and not greater than $B=3$, and thus the output should be `Yes`."],["6 5 4","No\n\n$C=4$ is less than $A=6$, and thus the output should be `No`."],["2 2 2","Yes"]],"created_at":"2026-03-03 11:01:14"}}