API Response (JSON)
{
"problem": {
"name": "B. Magic Forest",
"description": {
"content": "Imp is in a magic forest, where xorangles grow (wut?) <center></center>A xorangle of order _n_ is such a non-dege",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF922B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Imp is in a magic forest, where xorangles grow (wut?)\n\n<center></center>A xorangle of order _n_ is such a non-dege...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Imp 在一个魔法森林中,那里生长着 xorangles(什么?)\n\n一个阶为 #cf_span[n] 的 xorangle 是指一个非退化三角形,其三边长度为不超过 #cf_span[n] 的整数,且三边长度的交错和等于零。Imp 需要计算阶为 #cf_span[n] 的不同 xorangle 的数量,才能走出这片森林。\n\n形式化地,给定整数 #cf_span[n],你需要找出满足以下条件的三元...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 1 \\leq n \\leq 2500 $. \nA *xorangle of order $ n $* is a triple $ (a, b, c) \\in \\mathbb{Z}^3 $ such that: \n- $ 1 \\leq a \\leq b \\leq c \\leq n $, \n- $...",
"is_translate": false,
"language": "Formal"
}
]
}