#A. Fold the plane

    Type: Default 1000ms 256MiB

Fold the plane

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

冬天即将接近尾声,春天即将到来,放 "飞机" 的好时节即将到来,让我们一起折飞机吧。

题目描述

一张纸能做 ss 个纸飞机,每个人要做 nn 个纸飞机,团队里有 kk 个人,一包纸里有 pp 张。问你最少买多少包纸,可以完成要求。

注意: 每个人要有足够的纸张.

数据格式

输入格式

一行输入包含4个整数 k,n,s,pk, n, s, p

输出格式

一个整数表示最少需要买多少包纸?

样例

5 3 2 3
4
5 3 100 1
5

数据范围

1<=k,n,s,p<=1041 <= k, n, s, p <= 10^4