API Response (JSON)
{
"problem": {
"name": "Increasing Numbers",
"description": {
"content": "We will call a non-negative integer _increasing_ if, for any two adjacent digits in its decimal representation, the digit to the right is greater than or equal to the digit to the left. For example, $",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc011_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We will call a non-negative integer _increasing_ if, for any two adjacent digits in its decimal representation, the digit to the right is greater than or equal to the digit to the left. For example, $...",
"is_translate": false,
"language": "English"
}
]
}