API Response (JSON)
{
"problem": {
"name": "B. Okabe and Banana Trees",
"description": {
"content": "Okabe needs bananas for one of his experiments for some strange reason. So he decides to go to the forest and cut banana trees. Consider the point (_x_, _y_) in the 2D plane such that _x_ and _y_ are",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF821B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Okabe needs bananas for one of his experiments for some strange reason. So he decides to go to the forest and cut banana trees.\n\nConsider the point (_x_, _y_) in the 2D plane such that _x_ and _y_ are...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Okabe 需要一些香蕉用于他的一个实验,原因很奇怪。因此,他决定去森林里砍香蕉树。\n\n考虑二维平面上的点 #cf_span[(x, y)],其中 #cf_span[x] 和 #cf_span[y] 是整数,且 #cf_span[0 ≤ x, y]。在这样的点上有一棵树,树上有 #cf_span[x + y] 根香蕉。其他点上没有树,也没有香蕉。现在,Okabe 画出一条方程为 的直线。Okabe...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ m, b \\in \\mathbb{Z}^+ $ be given parameters. \nFor any point $ (x, y) \\in \\mathbb{Z}_{\\geq 0}^2 $, the number of bananas at $ (x, y) $ is $ x + y $. \nLet $ L $ be the line def...",
"is_translate": false,
"language": "Formal"
}
]
}