API Response (JSON)
{
"problem": {
"name": "Easy Linear Programming",
"description": {
"content": "We have $A$ cards, each of which has an integer $1$ written on it. Similarly, we also have $B$ cards with $0$s and $C$ cards with $-1$s. We will pick up $K$ among these cards. What is the maximum poss",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc167_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have $A$ cards, each of which has an integer $1$ written on it. Similarly, we also have $B$ cards with $0$s and $C$ cards with $-1$s.\nWe will pick up $K$ among these cards. What is the maximum poss...",
"is_translate": false,
"language": "English"
}
]
}