API Response (JSON)
{
"problem": {
"name": "167. Blackjack",
"description": {
"content": "In the card game of blackjack, a player competes with a dealer, who in the first rounds, distributes two cards to both the player, and to themselves. These two cards determine the play of the next tur",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269167"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In the card game of blackjack, a player competes with a dealer, who in the first rounds, distributes two cards to both the player, and to themselves. These two cards determine the play of the next tur...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ c_1, c_2 \\in \\mathbb{Z} $ be the values of the two given cards, where: \n- $ c_i \\in \\{2, 3, 4, 5, 6, 7, 8, 9, 10, 11\\} $, \n- $ 11 $ represents an ace (valued at 11), \n- $ 10...",
"is_translate": false,
"language": "Formal"
}
]
}