API Response (JSON)
{
"problem": {
"name": "Guess The Number",
"description": {
"content": "If there is an integer not less than $0$ satisfying the following conditions, print the smallest such integer; otherwise, print `-1`. * The integer has exactly $N$ digits in base ten. (We assume $0",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc157_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "If there is an integer not less than $0$ satisfying the following conditions, print the smallest such integer; otherwise, print `-1`.\n\n* The integer has exactly $N$ digits in base ten. (We assume $0...",
"is_translate": false,
"language": "English"
}
]
}