#B2008. Compute the Value of (a+b)×c

    ID: 11090 Type: Default 1000ms 256MiB

Compute the Value of (a+b)×c

Compute the Value of (a+b)×c

You are given three integers a, b, and c. Your task is to compute the value of the expression $$ (a+b) \times c $$.

inputFormat

The input consists of a single line containing three space-separated integers: a, b, and c.

outputFormat

Output the result of the expression $$ (a+b) \times c $$.

sample

1 2 3
9