Problem B: 高精度减法运算

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:47 Solved:18

Description

   给定 a,b 两个<=10000位的正整数,要求你编写一个高精度减法的程序,输出这两个数的差。(输入数据中没有负数)

Input

输入两个整数 lns="http://www.w3.org/1998/Math/MathML">,(第二个可能比第一个大)。

Output

  输出只有一行。为a-b的差。输出可能为负数。

Sample Input Copy

4963
10347

Sample Output Copy

-5384

HINT


0<a,b=<