#P1006. A-B Problem

A-B Problem

题目描述

输入两个数字,输出它们的差。

输入格式

两个整数: a,b(0a,b100)a,b(0≤a,b≤100)

输出格式

输出一个整数,该整数为 a, b数字之差

样例

2 1
1
10000 1
9999