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.add(b)); } }
0.0分
0 人评分
C语言程序设计教程(第三版)课后习题6.4 (C语言代码)浏览:741 |
C语言程序设计教程(第三版)课后习题8.4 (C语言代码)浏览:575 |
震宇大神的杀毒软件 (C语言代码)浏览:1348 |
C语言训练-尼科彻斯定理 (C语言代码)浏览:509 |
C语言程序设计教程(第三版)课后习题6.5 (C语言代码)浏览:660 |
剪刀石头布 (C语言代码)浏览:1792 |
WU-输出九九乘法表 (C++代码)浏览:1853 |
【绝对值排序】 (C语言代码)浏览:892 |
printf基础练习2 (C语言代码)浏览:547 |
2006年春浙江省计算机等级考试二级C 编程题(2) (C语言代码)浏览:383 |