1041 - 计算公司的纯收入

通过次数

27

提交次数

29

Time Limit : 1 秒
Memory Limit : 128 MB

以一家公司每年的收入(gross)和花费(spend)为输入信息,输出这家公司的纯收入(net)。

Input

两个整数分别为gross和spend,范围(-10^710^7),空格隔开。

Output

一个整数net

Examples

Input

1040000  790000

Output

250000