03 2021 档案

摘要:高精度加法 数组的每一位相加 #include<bits/stdc++.h> using namespace std; string gaoPlus(string aa,string bb) { int i, t; if (aa.size() < bb.size()){// 两个字符串的长度不一样, 阅读全文
posted @ 2021-03-28 10:23 new-code 阅读(134) 评论(0) 推荐(1)
摘要:洛谷 P1255 https://www.luogu.com.cn/problem/P1255 程序模板: #include<bits/stdc++.h> using namespace std; #define SIZE 15001 string gaoPlus(string aa,string 阅读全文
posted @ 2021-03-14 09:49 new-code 阅读(42) 评论(0) 推荐(0)