A002


Submit solution

Points: 10
Time limit: 1.0s
Memory limit: 512M

Problem type

Cho ba số nguyên \(x,y,z\).

Yêu cầu: Tính giá trị của biểu thức \(S=y(x+z)+x(y+z) \)

Input

  • Gồm một dòng chứa ba số nguyên \(x,y,z (-10^8≤x≤10^8).\)

Output

  • Giá trị của biểu thức \(S\).

Sample Input

1 2 3

Sample Output

13

Comments

There are no comments at the moment.