API Response (JSON)
{
"problem": {
"name": "10 进制转 x 进制",
"description": {
"content": "给定一个十进制整数 $n$ 和一个小整数 $x$。将整数 $n$ 转为 $x$ 进制。对于超过十进制的数码,用 `A`,`B` ... 表示。 ",
"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": "LGB3619"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个十进制整数 $n$ 和一个小整数 $x$。将整数 $n$ 转为 $x$ 进制。对于超过十进制的数码,用 `A`,`B` ... 表示。 \n\n## Input\n\n第一行一个整数 $n$;\n\n第二行一个整数 $x$。\n\n## Output\n\n输出仅包含一个整数,表示答案。\n\n[samples]\n\n## Note\n\n【数据规模和约定】 \n保证 $n$ 不超过 $10^9$,$x$ 不超过 $3...",
"is_translate": false,
"language": "English"
}
]
}