API Response (JSON)
{
"problem": {
"name": "[蓝桥杯 2023 国 B] 拼数字",
"description": {
"content": "小蓝要用 $N$ 个数字 $2$ 和 $M$ 个数字 $3$ 拼出一个 $N + M$ 位的整数。请你计算小蓝能拼出的最大的 $2023$ 的倍数是多少?",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9427"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小蓝要用 $N$ 个数字 $2$ 和 $M$ 个数字 $3$ 拼出一个 $N + M$ 位的整数。请你计算小蓝能拼出的最大的 $2023$ 的倍数是多少?\n\n## Input\n\n两个整数 $N$ 和 $M$。\n\n## Output\n\n一个 $N + M$ 位的整数,代表答案。如果拼不出 $2023$ 的倍数,输出 $-1$。\n\n[samples]\n\n## Note\n\n### 评测用例规模与约定\n\n...",
"is_translate": false,
"language": "English"
}
]
}