API Response (JSON)
{
"problem": {
"name": "Infinite Coins",
"description": {
"content": "E869120 has $A$ $1$\\-yen coins and infinitely many $500$\\-yen coins. Determine if he can pay exactly $N$ yen using only these coins.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc088_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "E869120 has $A$ $1$\\-yen coins and infinitely many $500$\\-yen coins. \nDetermine if he can pay exactly $N$ yen using only these coins.\n\n## Constraints\n\n* $N$ is an integer between $1$ and $10000$ (i...",
"is_translate": false,
"language": "English"
}
]
}