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