API Response (JSON)
{
"problem": {
"name": "G. University Classes",
"description": {
"content": "There are _n_ student groups at the university. During the study day, each group can take no more than 7 classes. Seven time slots numbered from 1 to 7 are allocated for the classes. The schedule on ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF847G"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are _n_ student groups at the university. During the study day, each group can take no more than 7 classes. Seven time slots numbered from 1 to 7 are allocated for the classes.\n\nThe schedule on ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "大学里有 #cf_span[n] 个学生小组。在学习日,每个小组最多可以上 #cf_span[7] 节课。为课程分配了七个时间槽,编号从 #cf_span[1] 到 #cf_span[7]。\n\n已知每个小组周一的课程安排,即已知每个小组上课的时间槽。\n\n你的任务是确定周一容纳所有小组课程所需的最少房间数。注意,一个房间在单个时间槽内最多只能容纳一个小组的课程。\n\n第一行包含一个整数 #cf_spa...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of student groups. \nLet $ S_i = (s_{i,1}, s_{i,2}, \\dots, s_{i,7}) \\in \\{0,1\\}^7 $ be the schedule of group $ i $, where $ s_{i,j} = 1 $ if gr...",
"is_translate": false,
"language": "Formal"
}
]
}