API Response (JSON)
{
"problem": {
"name": "确定进制",
"description": {
"content": "$6 \\times 9=42$ 对于十进制来说是错误的,但是对于 $13$ 进制来说是正确的。即 $6_{(13)} \\times 9_{(13)}=42_{(13)}$,而 $42_{(13)}=4 \\times 13^1+2 \\times 13^0=54_{(10)}$。 你的任务是写一段程序读入三个整数 $p,q$ 和 $r$,然后确定一个进制 $B(2 \\le B \\le 16)$ 使得",
"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": "LGB2141"
},
"statements": [
{
"statement_type": "Markdown",
"content": "$6 \\times 9=42$ 对于十进制来说是错误的,但是对于 $13$ 进制来说是正确的。即 $6_{(13)} \\times 9_{(13)}=42_{(13)}$,而 $42_{(13)}=4 \\times 13^1+2 \\times 13^0=54_{(10)}$。\n\n你的任务是写一段程序读入三个整数 $p,q$ 和 $r$,然后确定一个进制 $B(2 \\le B \\le 16)$ 使得...",
"is_translate": false,
"language": "English"
}
]
}