API Response (JSON)
{
"problem": {
"name": "G. Power Substring",
"description": {
"content": "You are given _n_ positive integers _a_1, _a_2, ..., _a__n_. For every _a__i_ you need to find a positive integer _k__i_ such that the decimal notation of 2_k__i_ contains the decimal notation of _a_",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF913G"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given _n_ positive integers _a_1, _a_2, ..., _a__n_.\n\nFor every _a__i_ you need to find a positive integer _k__i_ such that the decimal notation of 2_k__i_ contains the decimal notation of _a_...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定 #cf_span[n] 个正整数 #cf_span[a1, a2, ..., an]。\n\n对于每个 #cf_span[ai],你需要找到一个正整数 #cf_span[ki],使得 #cf_span[2ki] 的十进制表示在其最后 #cf_span[min(100, length(2ki))] 位中包含 #cf_span[ai] 的十进制表示作为子串。这里 #cf_span[length(m)...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ n \\in \\mathbb{N} $, $ 1 \\leq n \\leq 2000 $. \nGiven $ a_1, a_2, \\dots, a_n \\in \\mathbb{N} $, with $ 1 \\leq a_i < 10^{11} $ for all $ i \\in \\{1, 2, \\dots, n\\} $.\n\nFor each $ a_i $, find $ k_i \\in...",
"is_translate": false,
"language": "Formal"
}
]
}