C. 练11.4计算(a+b)×c的值

    Type: Default 1000ms 128MiB

练11.4计算(a+b)×c的值

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

Description

Given three integers aa, bb, and cc, calculate the value of the expression (a+b)×c(a+b) \times c.

Input Format

Input consists of a single line with three integers aa, bb, and cc, separated by spaces. The constraints are 10,000<a,b,c<10,000-10,000 < a, b, c < 10,000.

Output Format

Output a single line with the value of the expression.

Sample

2 3 5
25

20251111A班作业(5)

Not Claimed
Status
Done
Problem
7
Open Since
2025-11-1 0:00
Deadline
2025-11-9 23:59
Extension
24 hour(s)