API Response (JSON)
{
"problem": {
"name": "C. Strange Game On Matrix",
"description": {
"content": "Ivan is playing a strange game. He has a matrix _a_ with _n_ rows and _m_ columns. Each element of the matrix is equal to either 0 or 1. Rows and columns are 1\\-indexed. Ivan can replace any number o",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF873C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Ivan is playing a strange game.\n\nHe has a matrix _a_ with _n_ rows and _m_ columns. Each element of the matrix is equal to either 0 or 1. Rows and columns are 1\\-indexed. Ivan can replace any number o...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Ivan 正在玩一个奇怪的游戏。\n\n他有一个包含 #cf_span[n] 行和 #cf_span[m] 列的矩阵 #cf_span[a]。矩阵的每个元素均为 #cf_span[0] 或 #cf_span[1]。行和列均为 #cf_span[1]-索引。Ivan 可以将矩阵中的任意数量的 1 替换为 0。之后,他的游戏得分将按如下方式计算:\n\n显然,Ivan 希望最大化他的得分。同时,他不想更改太多...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m, k \\in \\mathbb{Z}^+ $ with $ 1 \\leq k \\leq n \\leq 100 $, $ 1 \\leq m \\leq 100 $. \nLet $ A = (a_{i,j}) \\in \\{0,1\\}^{n \\times m} $ be the given binary matrix. \n\nLet $ R \\su...",
"is_translate": false,
"language": "Formal"
}
]
}