API Response (JSON)
{
"problem": {
"name": "最高的分数",
"description": {
"content": "孙老师讲授的《计算概论》这门课期中考试刚刚结束,他想知道考试中取得的最高分数。因为人数比较多,他觉得这件事情交给计算机来做比较方便。你能帮孙老师解决这个问题吗?",
"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": "LGB2057"
},
"statements": [
{
"statement_type": "Markdown",
"content": "孙老师讲授的《计算概论》这门课期中考试刚刚结束,他想知道考试中取得的最高分数。因为人数比较多,他觉得这件事情交给计算机来做比较方便。你能帮孙老师解决这个问题吗?\n\n## Input\n\n输入两行,第一行为整数 $n$($1 \\le n<100$),表示参加这次考试的人数。第二行是这 $n$ 个学生的成绩,相邻两个数之间用单个空格隔开。所有成绩均为 $0$ 到 $100$ 之间的整数。\n\n## Out...",
"is_translate": false,
"language": "English"
}
]
}