#描述#
编程实现大数减法。
#格式#
##输入格式##
每组数据有两个大整数,若该数为0 0,表示输入。
##输出格式##
对于每组大数,输出其差,每个结果占一行。
#样例1#
##样例输入1##
2 3
12 34
0 0
##样例输出1##
-1
-22
#限制#
1000ms
32768KB
#提示#
#来源#
By signing up a OPS universal account, you can submit code and join discussions in all online judging services provided by us.