API Response (JSON)
{
"problem": {
"name": "C. Pythagorean Triples",
"description": {
"content": "Katya studies in a fifth grade. Recently her class studied right triangles and the Pythagorean theorem. It appeared, that there are triples of positive integers such that you can construct a right tri",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF707C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Katya studies in a fifth grade. Recently her class studied right triangles and the Pythagorean theorem. It appeared, that there are triples of positive integers such that you can construct a right tri...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Katya 在上五年级。最近她的班级学习了直角三角形和勾股定理。他们发现,存在一些正整数三元组,使得可以用对应长度的线段构成一个直角三角形。这样的三元组被称为 _勾股三元组_。\n\n例如,三元组 #cf_span[(3, 4, 5)]、#cf_span[(5, 12, 13)] 和 #cf_span[(6, 8, 10)] 都是勾股三元组。\n\n此时 Katya 想知道,如果她指定了直角三角形某条边的...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ with $ 1 \\leq n \\leq 10^9 $. \n\n**Objective** \nFind integers $ m, k \\in \\mathbb{Z}^+ $ with $ 1 \\leq m, k \\leq 10^{18} $ such that $ \\{n, m, k\\} $ form a ...",
"is_translate": false,
"language": "Formal"
}
]
}