摘要: 加法(不包括负数) #include<bits/stdc++.h>using namespace std;char cha[505],chb[505];//刚开始用字符输入两个加数 ;500位左右加法 int a[505],b[505],c[505],x; //int类型a,b存储两加数方便计算 ; 阅读全文
posted @ 2022-08-06 16:54 李某某LLLLL 阅读(49) 评论(0) 推荐(0)