1035: 【03】三数的乘积▁输入输出

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:64 Solved:55

Description

读入三个数,并且计算它们的乘积。

Input

输入三行,是三个整数a、b、c。(11 ≤ a、b、c ≤ 100)

Output

输出为一行,其中包含一个整数,是 a、b、c 三个整数的乘积。

Sample Input Copy

2
3
4

Sample Output Copy

24