1016.A×B Problem
提交状态 耗时 内存 语言 提交时间

1016.A×B Problem

时间限制:1000MS  内存限制:65535KB
题目描述
I have a very simple problem for you. Given two integers A and B, your job is to multiply the product is of A × B.
输入描述
Each line will contain two integers A and B. Process to end of file.Notice that the integers are very large,that means you should not process them by using 32-bit integer.You may assume the length of each integer will not exceed 1000.
输出描述
For each case, output the product is of A × B in one line.
示例
输入样例
1 2
3 11
14512451451245124512 15125125124512451245
输出样例
2
33
219502644063494817653152060344354417440
提示
相关标签
登陆后才可以提交
测试输入
执行结果
控制台
代码编辑器配置
  • 字体设置
    调整适合你的字体大小。
  • 主题设置
    切换不同的代码编辑器主题,选择适合你的语法高亮。
  • 行宽限制
    设置每一行代码的最大字符个数,设置为0则不限制。