2024年10月16日
摘要: 3.高精度乘法 #include<iostream> // 引入输入输出流库 #include<cstring> // 引入字符串处理库 using namespace std; char s1[2005], s2[2005]; // 用于存储输入的两个大数 int a[2005], b[2005] 阅读全文
posted @ 2024-10-16 21:12 zzzxxyy 阅读(57) 评论(0) 推荐(0)