文件名称:chaochang
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-12-07
- 文件大小:
- 329kb
- 下载次数:
- 0次
- 提 供 者:
- 服***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
【问题描述】
编写程序实现两个超长正整数(每个最长80位数字)的减法运算。
【输入形式】
从键盘读入两个整数,要考虑输入高位可能为0的情况(如00083)。
1. 第一行是超长正整数A;
2. 第二行是超长正整数B;
【输出形式】
输出只有一行,是长整数A减去长整数B的运算结果,从高到低依次输出各位数字。要求:若结果为0,则只输出一个0;否则输出的结果的最高位不能为0,并且各位数字紧密输出。
【输入样例】
234098
134098703578230056
【输出样例】
-134098703577995958
【样例说明】
进行两个正整数减法运算, 234098 -134098703578230056 = -134098703577995958。-Problem Descr iption]
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 Descr iption]
Be two positive integers subtraction, 234,098-134098703578230056 =-134098703577995958.
编写程序实现两个超长正整数(每个最长80位数字)的减法运算。
【输入形式】
从键盘读入两个整数,要考虑输入高位可能为0的情况(如00083)。
1. 第一行是超长正整数A;
2. 第二行是超长正整数B;
【输出形式】
输出只有一行,是长整数A减去长整数B的运算结果,从高到低依次输出各位数字。要求:若结果为0,则只输出一个0;否则输出的结果的最高位不能为0,并且各位数字紧密输出。
【输入样例】
234098
134098703578230056
【输出样例】
-134098703577995958
【样例说明】
进行两个正整数减法运算, 234098 -134098703578230056 = -134098703577995958。-Problem Descr iption]
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 Descr iption]
Be two positive integers subtraction, 234,098-134098703578230056 =-134098703577995958.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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