API Response (JSON)
{
"problem": {
"name": "Infinite Knapsack",
"description": {
"content": "There are $N$ kinds of items, each with infinitely many copies. The $i$\\-th kind of item has a weight of $A_i$, a volume of $B_i$, and a value of $C_i$. Level $X$ Takahashi can carry items whose total",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc275_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ kinds of items, each with infinitely many copies. The $i$\\-th kind of item has a weight of $A_i$, a volume of $B_i$, and a value of $C_i$.\nLevel $X$ Takahashi can carry items whose total...",
"is_translate": false,
"language": "English"
}
]
}