API Response (JSON)
{
"problem": {
"name": "Coin 2",
"description": {
"content": "You have coins of denominations $1, 2, \\dots, N$ yen. For each denomination $i$, you have $A_i$ coins. Coins of the same denomination are indistinguishable. Find the number of ways to pay exactly $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": "fps_24_n"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have coins of denominations $1, 2, \\dots, N$ yen. For each denomination $i$, you have $A_i$ coins. \nCoins of the same denomination are indistinguishable.\nFind the number of ways to pay exactly $N...",
"is_translate": false,
"language": "English"
}
]
}