Problem A: 练6.1 植树造林

Memory Limit:64 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:33 Solved:12

Description

某小学向全校师生发出“植树造林,还我绿色”的倡议,鼓励大家多植树。给出每个班的人数与平均每个人种的棵数,输出这个班总共种了几棵树。

Input

两个正整数,分别是人数与平均每人种的棵数。

Output

总共种了几棵树。

Sample Input Copy

50 4

Sample Output Copy

总的棵数:200