API Response (JSON)
{
"problem": {
"name": "K. Scientest Ayoub (A)",
"description": {
"content": "Ayoub is a very famous scientist, he spends all his time and money doing research, today he is working on some new research with his assistant Kilani. In this research Ayoub has $n$ rabbits. In order",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10203K"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Ayoub is a very famous scientist, he spends all his time and money doing research, today he is working on some new research with his assistant Kilani.\n\nIn this research Ayoub has $n$ rabbits. In order...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Let $ n \\in \\mathbb{Z} $ with $ 1 \\leq n \\leq 22 $. \nAssign to the $ i $-th rabbit the value $ 2^{i-1} $ for $ i = 1, 2, \\dots, n $. \n\nOutput: $ 2^0, 2^1, 2^2, \\dots, 2^{n-1} $....",
"is_translate": false,
"language": "Formal"
}
]
}