API Response (JSON)
{
"problem": {
"name": "500 Yen Coins",
"description": {
"content": "Takahashi has $K$ $500$\\-yen coins. (Yen is the currency of Japan.) If these coins add up to $X$ yen or more, print `Yes`; otherwise, print `No`.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc150_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Takahashi has $K$ $500$\\-yen coins. (Yen is the currency of Japan.) If these coins add up to $X$ yen or more, print `Yes`; otherwise, print `No`.\n\n## Constraints\n\n* $1 \\leq K \\leq 100$\n* $1 \\leq X...",
"is_translate": false,
"language": "English"
}
]
}