Problem D: python0.1 男生人数

Problem D: python0.1 男生人数

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

Description

一个班共x人,其中女生有y人,请问男生几人?
输入2行,第一行为x,第二行为y。

Input

50
26

Output

24

Sample Input Copy

10
6

Sample Output Copy

4