API Response (JSON)
{
"problem": {
"name": "[语言月赛202208] 渡荆门送别",
"description": {
"content": "李白喜欢飞,也喜欢天鹅。 现在给出一排共 $n$ 只鹅的身高,李白想知道最高的鹅比其他所有鹅高多少、最矮的鹅比其他所有鹅矮多少。 请输出这两行信息。",
"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": "LGB3652"
},
"statements": [
{
"statement_type": "Markdown",
"content": "李白喜欢飞,也喜欢天鹅。\n\n现在给出一排共 $n$ 只鹅的身高,李白想知道最高的鹅比其他所有鹅高多少、最矮的鹅比其他所有鹅矮多少。\n\n请输出这两行信息。\n\n## Input\n\n输入共两行。\n\n第一行一个整数 $n$ 表示鹅的数目。\n\n第二行共 $n$ 个整数 $a_i(i=1,2,3...n)$,表示第 $i$ 只鹅的身高。\n\n## Output\n\n输出共两行。\n\n第一行共 $n$ 个空格隔开的整...",
"is_translate": false,
"language": "English"
}
]
}