#B. 高精度减法

    Type: RemoteJudge 1000ms 125MiB

高精度减法

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

高精度减法。

输入格式

两个整数 a,ba,b(第二个可能比第一个大)。

输出格式

结果(是负数要输出负号)。

2
1
1

提示

  • 20%20\% 数据 a,ba,b 在 long long 范围内;
  • 100%100\% 数据 0<a,b10100860<a,b\le 10^{10086}