{"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$ 不超过 $36$。","is_translate":false,"language":"English"}],"meta":{"iden":"LGB3619","tags":["进制"],"sample_group":[["1000\n2\n","1111101000\n"]],"created_at":"2026-03-03 11:09:25"}}