API Response (JSON)
{
"problem": {
"name": "Lacked Number",
"description": {
"content": "You are given a string $S$ of length exactly $9$ consisting of digits. One but all digits from `0` to `9` appear exactly once in $S$. Print the only digit missing in $S$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc248_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ of length exactly $9$ consisting of digits. One but all digits from `0` to `9` appear exactly once in $S$.\nPrint the only digit missing in $S$.\n\n## Constraints\n\n* $S$ is a...",
"is_translate": false,
"language": "English"
}
]
}