#8186. 【基础】高精度减法3
【基础】高精度减法3
Description
处理两个高精度数的减法。(1000位内)
Input Format
两行,每行一个整数。(可能为负数,负号用“-”表示)
Output Format
一个整数,即两个数相减的结果。
2345678901234
123456789012345
-121111110111111
Hint
注意:输入的数可能是负数!
Source
高精度算法
处理两个高精度数的减法。(1000位内)
两行,每行一个整数。(可能为负数,负号用“-”表示)
一个整数,即两个数相减的结果。
2345678901234
123456789012345
-121111110111111
注意:输入的数可能是负数!
高精度算法
By signing up a 津桥OJ universal account, you can submit code and join discussions in all online judging services provided by us.