API Response (JSON)
{
"problem": {
"name": "Good Integer",
"description": {
"content": "We call a $4$\\-digit integer with three or more consecutive same digits, such as $1118$, **good**. You are given a $4$\\-digit integer $N$. Answer the question: Is $N$ **good**?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc079_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We call a $4$\\-digit integer with three or more consecutive same digits, such as $1118$, **good**.\nYou are given a $4$\\-digit integer $N$. Answer the question: Is $N$ **good**?\n\n## Constraints\n\n* $1...",
"is_translate": false,
"language": "English"
}
]
}