407031: GYM102697 002 Triple Product

Memory Limit:256 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

002. Triple Producttime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output

Basic math operations are very important in programming applications. In this problem, your task is to calculate the product of two integers, multiplied by three.

Input

The first line of input contains a positive integer a no greater than 2000. The second line of input contains a positive integer b no greater than 2000.

Output

Print a single positive integer c: the product of a and b multiplied by 3.

ExampleInput
3
5
Output
45

加入题单

算法标签: