#P2384. 无敌签到题

无敌签到题

输入两个整数,计算两个数的差(多组输入输出)

Input

两个整数A,B,空格隔开

Output

B-A

Sample Input

1 1

Sample Output

0

HINT

Source