API Response (JSON)
{
"problem": {
"name": "152. Unit Circle",
"description": {
"content": "The Unit Circle is a very commonly used geometric representation of all possible right triangles with a hypotenuse length of one. If you have not yet encountered the unit circle in math class, the coo",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269152"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The Unit Circle is a very commonly used geometric representation of all possible right triangles with a hypotenuse length of one. If you have not yet encountered the unit circle in math class, the coo...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Let $\\theta \\in \\{0, 1, 2, \\dots, 359\\}$ be the given angle in degrees.\n\n**Objective** \nCompute the $x$-coordinate on the unit circle: \n$$\nx = \\cos(\\theta^\\circ)\n$$...",
"is_translate": false,
"language": "Formal"
}
]
}