Problem2040--购买苹果

2040: 购买苹果

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

现在需要采购一些苹果,每名同学都可以分到固定数量的苹果,并且已经知道了同学的数量,请问需要采购多少个苹果?

Input

输入两个不超过 1000000000 正整数,分别表示每人分到的数量和同学的人数。

Output

一个整数,表示答案。保证输入和答案都在 int 范围内的非负整数。

Sample Input Copy

5 3

Sample Output Copy

15

Source/Category

admin