Biểu thức

View as PDF

Submit


Problem type
Allowed languages
Assembly, Awk, Brain****, C, C++, Java, Pascal, Perl, Python, SCRATCH, Sed, Text
Points: 3 (p) Time limit: 1.0s Memory limit: 1G Input: stdin Output: stdout

Viết chương trình nhập vào \(3\) số \(x,y,z\). Hãy in ra kết quả của biểu thức \((x-y)*z\).

Input

Nhập vào ba số \(x,y,z(1 \leq x,y,z \leq 10^9)\)

Output

In ra kết quả của biểu thức.

Sample
Input
10 1 3
Output
27

Comments (1)

Most recent
Loading comments...