Description: Problem Description]
Write a program to achieve two long integer (each up to 80 digits) subtraction.
[Input form]
Reading from the keyboard into two integers, may want to consider a high input is zero (eg 00083).
1 The first line is a long integer A
(2) The second line is the long integer B
[Output] form
Output only one line, is a long integer A B minus the long integer arithmetic result, the output of the digits in descending order. Requirements: If the result is 0, only outputs a 0 highest level otherwise the output result can not be 0, and you close the digital output.
[Sample input]
234,098
134098703578230056
Sample output]
-134098703577995958
[Sample Description]
Be two positive integers subtraction, 234,098-134098703578230056 =-134098703577995958.
To Search:
File list (Check if you may need any files):
huoyig
......\Debug
......\.....\huoyig.exe
......\.....\huoyig.ilk
......\.....\huoyig.pch
......\.....\huoyig.pdb
......\.....\huoying.exe
......\.....\huoying.ilk
......\.....\huoying.obj
......\.....\huoying.pch
......\.....\huoying.pdb
......\.....\vc60.idb
......\.....\vc60.pdb
......\huoyig.dsp
......\huoyig.dsw
......\huoyig.ncb
......\huoyig.plg
......\huoying.dsp
......\huoying.dsw
......\huoying.ncb
......\huoying.opt
......\huoying.plg
......\subtract.c