API Response (JSON)
{
"problem": {
"name": "I. Rotation",
"description": {
"content": "Ehsan loves geometry! Especially he likes to rotate points! Given a point in the plane, Ehsan likes to rotate it by _k_ degrees (counter-clockwise), around the origin. What is the result of this rota",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF100I"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Ehsan loves geometry! Especially he likes to rotate points!\n\nGiven a point in the plane, Ehsan likes to rotate it by _k_ degrees (counter-clockwise), around the origin. What is the result of this rota...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Ehsan 热爱几何!尤其是他喜欢旋转点!\n\n给定平面上的一个点,Ehsan 喜欢将其绕 #cf_span(class=[tex-font-style-underline], body=[origin]) 逆时针旋转 #cf_span[k] 度。旋转后的结果是什么?\n\n第一行给出一个整数 #cf_span[k](#cf_span[0 ≤ k < 360])。第二行给出两个整数 #cf_span[x...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ k \\in \\mathbb{Z} $ with $ 0 \\leq k < 360 $ be the rotation angle in degrees. \nLet $ (x, y) \\in \\mathbb{R}^2 $ be the coordinates of the point to be rotated about the origin.\n\n...",
"is_translate": false,
"language": "Formal"
}
]
}