API Response (JSON)
{
"problem": {
"name": "A. Paper Airplanes",
"description": {
"content": "To make a paper airplane, one has to use a rectangular piece of paper. From a sheet of standard size you can make $s$ airplanes. A group of $k$ people decided to make $n$ airplanes each. They are goi",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF965A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "To make a paper airplane, one has to use a rectangular piece of paper. From a sheet of standard size you can make $s$ airplanes.\n\nA group of $k$ people decided to make $n$ airplanes each. They are goi...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "要制作一架纸飞机,需要使用一张矩形纸。从一张标准尺寸的纸张上可以制作 $s$ 架飞机。\n\n一组 $k$ 个人决定每人制作 $n$ 架飞机。他们打算购买若干包纸,每包包含 $p$ 张纸,然后将纸张分发给每个人。每个人应有足够的纸张来制作 $n$ 架飞机。他们至少需要购买多少包纸?\n\n仅一行包含四个整数 $k$, $n$, $s$, $p$ ($1 lt.eq k, n, s, p lt.eq 10^...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ k \\in \\mathbb{Z}^+ $: number of people. \nLet $ n \\in \\mathbb{Z}^+ $: number of airplanes each person must make. \nLet $ s \\in \\mathbb{Z}^+ $: number of airplanes producible pe...",
"is_translate": false,
"language": "Formal"
}
]
}