API Response (JSON)
{
"problem": {
"name": "Signed Difficulty",
"description": {
"content": "You are given a real number $X.Y$, where $Y$ is a single digit. Print the following: (quotes for clarity) * $X$\\-, if $0 \\leq Y \\leq 2$; * $X$, if $3 \\leq Y \\leq 6$; * $X$+, if $7 \\leq Y \\leq 9",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc216_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a real number $X.Y$, where $Y$ is a single digit.\nPrint the following: (quotes for clarity)\n\n* $X$\\-, if $0 \\leq Y \\leq 2$;\n* $X$, if $3 \\leq Y \\leq 6$;\n* $X$+, if $7 \\leq Y \\leq 9...",
"is_translate": false,
"language": "English"
}
]
}