API Response (JSON)
{
"problem": {
"name": "A. Supermarket",
"description": {
"content": "We often go to supermarkets to buy some fruits or vegetables, and on the tag there prints the price for a kilo. But in some supermarkets, when asked how much the items are, the clerk will say that $a$",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF919A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We often go to supermarkets to buy some fruits or vegetables, and on the tag there prints the price for a kilo. But in some supermarkets, when asked how much the items are, the clerk will say that $a$...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "我们经常去超市购买水果或蔬菜,标签上会印出每千克的价格。但在一些超市,当被问及商品价格时,店员会说:买 $b$ 千克需要支付 $a$ _元_(你无需关心 _\"元\"_ 是什么),这等价于每千克 $a \\/ b$ _元_。\n\n现在假设你想购买 $m$ 千克的苹果。你询问了 $n$ 家超市并获得了它们的价格。请找出购买这些苹果的最低成本。\n\n你可以假设所有超市的苹果供应充足。\n\n第一行包含两个正整数 $...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m \\in \\mathbb{Z}^+ $ denote the number of supermarkets and the desired quantity of apples (in kilos), respectively. \nFor each supermarket $ i \\in \\{1, \\dots, n\\} $, let $ (...",
"is_translate": false,
"language": "Formal"
}
]
}