API Response (JSON)
{
"problem": {
"name": "E. bits-Equalizer",
"description": {
"content": "You are given two non-empty strings S and T of equal lengths. S contains the characters 0, 1 and ?, whereas T contains 0 and 1 only. Your task is to convert S into T in minimum number of moves. In eac",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10020E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two non-empty strings S and T of equal lengths. S contains the characters 0, 1 and ?, whereas T contains 0 and 1 only. Your task is to convert S into T in minimum number of moves. In eac...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ C \\in \\mathbb{Z} $ be the number of test cases. \nFor each test case $ k \\in \\{1, \\dots, C\\} $: \n- Let $ S_k \\in \\{0, 1, ?\\}^n $ be the source string of length $ n $. \n- Let ...",
"is_translate": false,
"language": "Formal"
}
]
}