2000. A-B(Big Integer)

单点时限: 2.0 sec

内存限制: 256 MB

Give two positive integer A and B,calucate A-B.

Notice that A,B is no more than 500 digits.

输入格式

The test case contain several lines.Each line contains two positive integer A and B.

输出格式

For each input line,output a line contain A-B

样例

Input
3 2
100 1
100000000000000001 100000000000000000
Output
1
99
1

800 人解决,1069 人已尝试。

1096 份提交通过,共有 4921 份提交。

2.0 EMB 奖励。

创建: 16 年,5 月前.

修改: 1 年前.

最后提交: 1 天,17 小时前.

来源: N/A

题目标签