API Response (JSON)
{
"problem": {
"name": "030. World Cup (Easier Version)",
"description": {
"content": "While watching the world cup, you wonder how many points your team has in the group stage. Recall that during the group stage teams are awarded three points for a win, one point for a tie, and zero po",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269030"
},
"statements": [
{
"statement_type": "Markdown",
"content": "While watching the world cup, you wonder how many points your team has in the group stage. Recall that during the group stage teams are awarded three points for a win, one point for a tie, and zero po...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ w, d, l \\in \\mathbb{Z}_{\\geq 0} $ denote the number of wins, draws (ties), and losses, respectively.\n\n**Constraints** \nThe input is a triple $ (w, d, l) $, where each value is...",
"is_translate": false,
"language": "Formal"
}
]
}