API Response (JSON)
{
"problem": {
"name": "E. New Max",
"description": {
"content": "Kamal 'D has an array of size $N$. He can do at most $K$ operations on it, in each operation he can choose any element in the array and change its value to any other value $X$, $(1 <= x <= 400)$. Ka",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10203E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Kamal 'D has an array of size $N$.\n\nHe can do at most $K$ operations on it, in each operation he can choose any element in the array and change its value to any other value $X$, $(1 <= x <= 400)$.\n\nKa...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N, M, K \\in \\mathbb{Z} $ be given integers with $ 1 \\leq N \\leq 400 $, $ 0 \\leq K \\leq 400 $, $ 1 \\leq M \\leq 400 $. \nLet $ A = (a_1, a_2, \\dots, a_N) $ be a sequence of integ...",
"is_translate": false,
"language": "Formal"
}
]
}