API Response (JSON)
{
"problem": {
"name": "A. Short Program",
"description": {
"content": "Petya learned a new programming language CALPAS. A program in this language always takes one non-negative integer and returns one non-negative integer as well. In the language, there are only three c",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF878A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Petya learned a new programming language CALPAS. A program in this language always takes one non-negative integer and returns one non-negative integer as well.\n\nIn the language, there are only three c...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Petya 学习了一种新的编程语言 CALPAS。这种语言的程序总是接受一个非负整数,并返回一个非负整数。\n\n该语言中只有三种指令:将给定的常数与当前整数进行按位与(AND)、或(OR)或异或(XOR)操作。程序可以包含任意数量的这些操作,常数范围为 #cf_span[0] 到 #cf_span[1023]。当程序运行时,所有操作按给定顺序依次应用于输入整数,最终返回结果整数。\n\nPetya 编写...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions**\nLet $\\mathcal{D} = \\{ z \\in \\mathbb{Z} \\mid 0 \\le z \\le 1023 \\}$ be the domain of 10-bit non-negative integers.\nLet $\\Omega = \\{ \\&, |, \\oplus \\}$ be the set of bitwise operations (AND...",
"is_translate": false,
"language": "Formal"
}
]
}