Biểu thức #1

View as PDF



Authors:
Problem types
Points: 100 Time limit: 1.0s Memory limit: 640M Input: stdin Output: stdout

Viết chương trình nhập vào \(3\) số nguyên \(x, y\)\(z\). Hay in ra màn hình giá trị biểu thức \((x − y) × z\).

Input

  • Ba số nguyên \(x, y, z \ (x, y, z \leq 10^9)\), mỗi số trên \(1\) dòng.

Output

  • In ra số nguyên là đáp án.

Example

Test 1

Input
10 
1 
3 
Output
27

Comments (33)

Order by
Loading comments...