#D2012. Oranges on Cans
Oranges on Cans
Oranges on Cans
Oranges on Cans
square1001 You put a can of aluminum on the table.
E869120 You put of oranges on each aluminum can on the table.
How many oranges are on the aluminum can?
input
Input is given from standard input in the following format.
output
Output the number of oranges on the aluminum can in one line.
However, insert a line break at the end.
Constraint
- All inputs are integers.
Input example 1
3 4
Output example 1
12
Input example 2
7 7
Output example 2
49
Example
Input
3 4
Output
12
inputFormat
input
Input is given from standard input in the following format.
outputFormat
output
Output the number of oranges on the aluminum can in one line.
However, insert a line break at the end.
Constraint
- All inputs are integers.
Input example 1
3 4
Output example 1
12
Input example 2
7 7
Output example 2
49
Example
Input
3 4
Output
12
样例
3 4
12