API Response (JSON)
{
"problem": {
"name": "To 3",
"description": {
"content": "Given is a positive integer $N$, where none of the digits is $0$. Let $k$ be the number of digits in $N$. We want to make a multiple of $3$ by erasing at least $0$ and at most $k-1$ digits from $N$ ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc182_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a positive integer $N$, where none of the digits is $0$. \nLet $k$ be the number of digits in $N$. We want to make a multiple of $3$ by erasing at least $0$ and at most $k-1$ digits from $N$ ...",
"is_translate": false,
"language": "English"
}
]
}