Problem3065--【语言基础】输入输出练习

3065: 【语言基础】输入输出练习

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

给定四个整数a,b,c,d(1 <= a,b,c,d <= 1e9),输出a + b - c * d

Input

a,b,c,d

Output

a + b - c * d

Sample Input Copy

1 2 3 4

Sample Output Copy

-9