摘要: 大数加法的核心在超出了基本运算的范围,需要用大数的方法解决问题。 思路:输入——倒叙相加——判断是否进位——输出解决前导零问题。 #include<stdio.h> #include<string.h> #include<algorithm> using namespace std; int mai 阅读全文
posted @ 2021-01-16 23:00 鬼姬不会跳仇舞 阅读(101) 评论(0) 推荐(0)