文件名称:3003
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:609byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
3、大整数加法
Descr iption
求两个不超过200位的非负整数的和。
Input
有两行,每行是一个不超过200位的非负整数,没有多余的前导0。
Output
一行,即相加后的结果。结果里不能有多余的前导0,即如果结果是342,那么就不能输出为0342。
Sample Input
22222222222222222222
33333333333333333333
Sample Output
55555555555555555555
-3, two large integer additions Descr iption demand no more than 200 non-negative integer and. Input are two lines, each line is a no more than 200 non-negative integer, no extra leading 0. Output line, that is, the results add up. Results in not have the extra leading 0, that is, if the result is 342, then no output is 0342. Sample Input 22222222222222222222 33333333333333333333 Sample Output 55555555555555555555
Descr iption
求两个不超过200位的非负整数的和。
Input
有两行,每行是一个不超过200位的非负整数,没有多余的前导0。
Output
一行,即相加后的结果。结果里不能有多余的前导0,即如果结果是342,那么就不能输出为0342。
Sample Input
22222222222222222222
33333333333333333333
Sample Output
55555555555555555555
-3, two large integer additions Descr iption demand no more than 200 non-negative integer and. Input are two lines, each line is a no more than 200 non-negative integer, no extra leading 0. Output line, that is, the results add up. Results in not have the extra leading 0, that is, if the result is 342, then no output is 0342. Sample Input 22222222222222222222 33333333333333333333 Sample Output 55555555555555555555
(系统自动生成,下载前可以参看下载内容)
下载文件列表
3003.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.