API Response (JSON)
{
"problem": {
"name": "[蓝桥杯青少年组省赛 2023] 四叶玫瑰数",
"description": {
"content": "四叶玫瑰数是指一个四位数,其各位上的数字的四次方之和等于本身。 给定两个正整数 $N$ 和 $M$ ,请将 $N\\sim M(1\\leq N\\leq M\\leq 1\\,000\\,000)$ 之间(含 $N$ 和 $M$)的四叶玫瑰数按从小到大的顺序输出。 例如:$N=1234$,$M=2345$ 时,有一个四叶玫瑰数 $1634$,因为 $1^4 + 6^4 + 3^4 + 4^4 = 163",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4271"
},
"statements": [
{
"statement_type": "Markdown",
"content": "四叶玫瑰数是指一个四位数,其各位上的数字的四次方之和等于本身。\n\n给定两个正整数 $N$ 和 $M$ ,请将 $N\\sim M(1\\leq N\\leq M\\leq 1\\,000\\,000)$ 之间(含 $N$ 和 $M$)的四叶玫瑰数按从小到大的顺序输出。\n\n例如:$N=1234$,$M=2345$ 时,有一个四叶玫瑰数 $1634$,因为 $1^4 + 6^4 + 3^4 + 4^4 = 163...",
"is_translate": false,
"language": "English"
}
]
}