文件名称:3003
介绍说明--下载内容均来自于网络,请自行研究使用
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