Biểu thức

View as PDF

Points: 800 (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)*(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
3 2 1
Output
6

Comments

Most recent
Loading comments...

There are no comments at the moment.