API Response (JSON)
{
"problem": {
"name": "D1. Hyperspace Jump (easy)",
"description": {
"content": "The Rebel fleet is on the run. It consists of _m_ ships currently gathered around a single planet. Just a few seconds ago, the vastly more powerful Empire fleet has appeared in the same solar system, ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 5000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF958D1"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The Rebel fleet is on the run. It consists of _m_ ships currently gathered around a single planet. Just a few seconds ago, the vastly more powerful Empire fleet has appeared in the same solar system, ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "叛军舰队正在逃亡。目前,共有 #cf_span[m] 艘飞船聚集在一颗行星周围。就在几秒钟前,实力远为强大的帝国舰队出现在同一星系中,叛军必须跃迁进入超空间。为了分散舰队,每艘飞船的船长独立地确定了该飞船将跃迁至的坐标。在叛军使用的过时导航系统中,该坐标以如下形式的算术表达式的值给出。\n\n为了规划抵抗运动的未来,海迪公主需要知道,每艘飞船跃迁后,有多少艘飞船会落在相同的坐标上。你是她唯一的希望!\n...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ m \\in \\mathbb{Z} $ be the number of ships. \nFor each ship $ i \\in \\{1, \\dots, m\\} $, its jump coordinate is given by an expression of the form $ \\frac{a_i + b_i}{c_i} $, where...",
"is_translate": false,
"language": "Formal"
}
]
}