API Response (JSON)
{
"problem": {
"name": "C. Vectors",
"description": {
"content": "At a geometry lesson Gerald was given a task: to get vector _B_ out of vector _A_. Besides, the teacher permitted him to perform the following operations with vector _А_: * Turn the vector by 90 de",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF101C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "At a geometry lesson Gerald was given a task: to get vector _B_ out of vector _A_. Besides, the teacher permitted him to perform the following operations with vector _А_:\n\n* Turn the vector by 90 de...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "在一次几何课上,Gerald 被布置了一个任务:用向量 #cf_span[A] 得到向量 #cf_span[B]。此外,老师允许他对向量 #cf_span[A] 执行以下操作:\n\n这些操作可以以任意顺序执行任意多次。\n\nGerald 能否完成这个任务?\n\n第一行包含整数 #cf_span[x1] 和 #cf_span[y1] —— 向量 #cf_span[A] 的坐标(#cf_span[ - 10...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ \\mathbf{A} = (x_1, y_1) $, $ \\mathbf{B} = (x_2, y_2) $, $ \\mathbf{C} = (x_3, y_3) $ be vectors in $ \\mathbb{Z}^2 $.\n\n**Constraints** \nAll coordinates are integers: $ x_1, y_1,...",
"is_translate": false,
"language": "Formal"
}
]
}