API Response (JSON)
{
"problem": {
"name": "B. Arpa and an exam about geometry",
"description": {
"content": "Arpa is taking a geometry exam. Here is the last problem of the exam. You are given three points _a_, _b_, _c_. Find a point and an angle such that if we rotate the page around the point by the angl",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF851B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Arpa is taking a geometry exam. Here is the last problem of the exam.\n\nYou are given three points _a_, _b_, _c_.\n\nFind a point and an angle such that if we rotate the page around the point by the angl...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Arpa 正在参加一场几何考试。这是考试的最后一道题。\n\n给你三个点 #cf_span[a, b, c]。\n\n请找出一个点和一个角度,使得将纸张绕该点旋转该角度后,#cf_span[a] 的新位置与 #cf_span[b] 的原位置相同,且 #cf_span[b] 的新位置与 #cf_span[c] 的原位置相同。\n\nArpa 怀疑这个问题是否有解(即是否存在满足条件的点和角度)。请帮助 Arpa...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ A = (a_x, a_y) $, $ B = (b_x, b_y) $, $ C = (c_x, c_y) \\in \\mathbb{R}^2 $ be three distinct points.\n\n**Constraints** \n$ |a_x|, |a_y|, |b_x|, |b_y|, |c_x|, |c_y| \\leq 10^9 $, a...",
"is_translate": false,
"language": "Formal"
}
]
}