API Response (JSON)
{
"problem": {
"name": "[蓝桥杯 2013 省 B] 带分数",
"description": {
"content": "$100$ 可以表示为带分数的形式:$100 = 3 + \\frac{69258}{714}$。 还可以表示为:$100 = 82 + \\frac{3546}{197}$。 注意特征:带分数中,数字 $1$ ~ $9$ 分别出现且只出现一次(不包含 $0$)。 类似这样的带分数,$100$ 有 $11$ 种表示法。 ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8599"
},
"statements": [
{
"statement_type": "Markdown",
"content": "$100$ 可以表示为带分数的形式:$100 = 3 + \\frac{69258}{714}$。\n\n还可以表示为:$100 = 82 + \\frac{3546}{197}$。\n\n注意特征:带分数中,数字 $1$ ~ $9$ 分别出现且只出现一次(不包含 $0$)。\n\n类似这样的带分数,$100$ 有 $11$ 种表示法。\n\n## Input\n\n从标准输入读入一个正整数 $N(N<10^6)$。\n\n...",
"is_translate": false,
"language": "English"
}
]
}