import java.math.BigInteger; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc=new Scanner(System.in); BigInteger a=new BigInteger(sc.next()); BigInteger b=new BigInteger(sc.next()); System.out.println(a.multiply(b) ); } }
0.0分
1 人评分
C语言程序设计教程(第三版)课后习题10.4 (C语言代码)浏览:590 |
数组输出 (C语言代码)浏览:811 |
兰顿蚂蚁 (C++代码)浏览:1225 |
这可能是一个假的冒泡法浏览:1071 |
C语言程序设计教程(第三版)课后习题6.10 (C语言代码)浏览:588 |
【魔板】 (C++代码)(时间超限,希望会的帮我改正一下)浏览:804 |
C语言程序设计教程(第三版)课后习题9.3 (C语言代码)浏览:2121 |
1642题解浏览:784 |
Tom数 (C语言代码)浏览:598 |
GC的苦恼 (C语言代码)浏览:672 |