1009: 求3个整数的积

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:370 Solved:277

Description

输入a、b、c这3个整数,求它们的乘积。

Input

3个整数,分3行输入。

Output

三个数的积。

Sample Input Copy

1
2
3

Sample Output Copy

6

Source/Category