API Response (JSON)
{
"problem": {
"name": "[HUSTFC 2023] 新取模运算",
"description": {
"content": "在这道题中,我们定义一个新的运算符号 $\\oplus$ 并将其称为新取模运算。 当计算 $x \\oplus y$ 时,如果 $x$ 不是 $y$ 的倍数,则得到 $x$ 除以 $y$ 的余数; 否则令 $x$ 不断除以 $y$ 直到 $x$ 不再是 $y$ 的倍数,假设它为 $x'$,然后得到 $x'$ 除以 $y$ 的余数。例如,$4\\oplus 5=4$,$20\\oplus 5=4$,$10",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9774"
},
"statements": [
{
"statement_type": "Markdown",
"content": "在这道题中,我们定义一个新的运算符号 $\\oplus$ 并将其称为新取模运算。\n\n当计算 $x \\oplus y$ 时,如果 $x$ 不是 $y$ 的倍数,则得到 $x$ 除以 $y$ 的余数; 否则令 $x$ 不断除以 $y$ 直到 $x$ 不再是 $y$ 的倍数,假设它为 $x'$,然后得到 $x'$ 除以 $y$ 的余数。例如,$4\\oplus 5=4$,$20\\oplus 5=4$,$10...",
"is_translate": false,
"language": "English"
}
]
}