API Response (JSON)
{
"problem": {
"name": "M. Weather Tomorrow",
"description": {
"content": "Vasya came up with his own weather forecasting method. He knows the information about the average air temperature for each of the last _n_ days. Assume that the average air temperature for each day is",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF847M"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Vasya came up with his own weather forecasting method. He knows the information about the average air temperature for each of the last _n_ days. Assume that the average air temperature for each day is...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Vasya 提出了他自己的天气预报方法。他知道过去 #cf_span[n] 天的平均气温信息。假设每天的平均气温均为整数。\n\nVasya 认为,如果过去 #cf_span[n] 天的平均气温构成一个等差数列,其中第一项等于第一天的平均气温,第二项等于第二天的平均气温,依此类推,则第 #cf_span[(n + 1)] 天的平均气温将等于该等差数列的下一项。否则,根据 Vasya 的方法,第 #cf...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 2 \\leq n \\leq 100 $. \nLet $ T = (t_1, t_2, \\dots, t_n) $ be a sequence of integers representing average temperatures over $ n $ days.\n\n**Constraints*...",
"is_translate": false,
"language": "Formal"
}
]
}