#P123. 高精度减法
高精度减法
Description
输入a,b(<10^250)两个数,输出a-b的值。
Input Format
两行,每行一个大整数。
Output Format
a-b的值。
有可能为负数。
Sample
input
999
1000
output
-1
Hint
保证。
时间限制:
空间限制:
输入a,b(<10^250)两个数,输出a-b的值。
两行,每行一个大整数。
a-b的值。
有可能为负数。
input
999
1000
output
-1
保证a,b<10250。
时间限制:1s
空间限制:256MB
By signing up a code-fans universal account, you can submit code and join discussions in all online judging services provided by us.