API Response (JSON)
{
"problem": {
"name": "空格分隔输出",
"description": {
"content": "读入一个字符,一个整数,一个单精度浮点数,一个双精度浮点数,然后按顺序输出它们,并且要求在他们之间用一个空格分隔。输出浮点数时保留 $6$ 位小数。",
"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": "LGB2023"
},
"statements": [
{
"statement_type": "Markdown",
"content": "读入一个字符,一个整数,一个单精度浮点数,一个双精度浮点数,然后按顺序输出它们,并且要求在他们之间用一个空格分隔。输出浮点数时保留 $6$ 位小数。\n\n## Input\n\n第一行是一个字符;\n\n第二行是一个整数;\n\n第三行是一个单精度浮点数;\n\n第四行是一个双精度浮点数。\n\n## Output\n\n输出字符、整数、单精度浮点数和双精度浮点数,之间用空格分隔。\n\n[samples]...",
"is_translate": false,
"language": "English"
}
]
}