API Response (JSON)
{
"problem": {
"name": "区间内的真素数",
"description": {
"content": "找出正整数 $M$ 和 $N$ 之间($M\\le N$)的所有真素数。 真素数的定义:如果一个正整数 $P$ 为素数,且其反序也为素数,那么 $P$ 就为真素数。 例如,$11$,$13$ 均为真素数。因为 $11$ 的反序还是 $11$,而 $11$ 是素数;$13$ 的反序是 $31$,而 $13$ 和 $31$ 均为素数。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB2139"
},
"statements": [
{
"statement_type": "Markdown",
"content": "找出正整数 $M$ 和 $N$ 之间($M\\le N$)的所有真素数。\n\n真素数的定义:如果一个正整数 $P$ 为素数,且其反序也为素数,那么 $P$ 就为真素数。\n\n例如,$11$,$13$ 均为真素数。因为 $11$ 的反序还是 $11$,而 $11$ 是素数;$13$ 的反序是 $31$,而 $13$ 和 $31$ 均为素数。\n\n## Input\n\n输入两个数 $M$ 和 $N$,空格间隔。...",
"is_translate": false,
"language": "English"
}
]
}