第32628题 程序题
高精度减法

题目描述

输入两个正整数,输出第一个数减去第二个数的差,结果可能为正整数、负整数或0。

输入描述

第一行一个整数x,第二行一个整数y。其中 $0 \leq x \leq 10^{200}$,$0 \leq y \leq 10^{200}$。

输出描述

输出第一个数减去第二个数的差。

输入样例1

123456789123456789
123456789

输出样例1

123456789000000000
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
编辑模式
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析