API Response (JSON)
{
"problem": {
"name": "Money in Hand",
"description": {
"content": "Takahashi has $N$ kinds of coins; specifically, for $1\\leq i\\leq N$, he has $B_i$ coins worth $A_i$ yen (the currency in Japan) each. Determine if Takahashi can pay exactly $X$ yen (without change) wi",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc286_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Takahashi has $N$ kinds of coins; specifically, for $1\\leq i\\leq N$, he has $B_i$ coins worth $A_i$ yen (the currency in Japan) each.\nDetermine if Takahashi can pay exactly $X$ yen (without change) wi...",
"is_translate": false,
"language": "English"
}
]
}