API Response (JSON)
{
"problem": {
"name": "G. Hard Equation",
"description": {
"content": "Consider the following equation Given a, b and m, your task is to find a value x that satisfy the equation for the given values. Can you? The first line contains an integer T (1 ≤ T ≤ 500), in whic",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 10000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10185G"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Consider the following equation \n\nGiven a, b and m, your task is to find a value x that satisfy the equation for the given values. Can you?\n\nThe first line contains an integer T (1 ≤ T ≤ 500), in whic...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, t \\in \\mathbb{Z}^+ $ with $ 1 \\leq n, t \\leq 2 \\times 10^5 $. \nLet $ \\text{id} = (id_1, id_2, \\dots, id_n) $ be a sequence of positive integers with $ 1 \\leq id_i \\leq 5 \\t...",
"is_translate": false,
"language": "Formal"
}
]
}