5 3 81 80 86 55 74 79 92 47 99 50 65 41 42 61 74
3 2 2 0 0
{
"problem": {
"name": "[CSP-X2019 山东] 统计成绩",
"description": {
"content": "$n$ 位同学参加了期中考试,考试共有 $m$ 门课程。 考试结束之后,老师想知道:每位同学有几门课程达到或超过了课程的班级平均分? 现在,请你帮忙统计一下。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4078"
},
"statements": [
{
"statement_type": "Markdown",
"content": "$n$ 位同学参加了期中考试,考试共有 $m$ 门课程。 \n\n考试结束之后,老师想知道:每位同学有几门课程达到或超过了课程的班级平均分? \n\n现在,请你帮忙统计一下。\n\n## Input\n\n第一行,两个正整数 $n,m$,$n$ 表示学生总人数,$m$ 表示课程数量。 \n\n接下来 $n$ 行,每行 $m$ 个整数,表示一位同学的成绩。\n\n## Output\n\n共 $n$ 行,每行一个整数,表示该同...",
"is_translate": false,
"language": "English"
}
]
}